Click or drag to resize

DocumentFinderLoadUserSmartFolder Method

Returns stored search criteria for specified smart folder id which belongs to the specified user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public SearchCriteria LoadUserSmartFolder(
	int smartFolderId,
	Guid userId
)

Parameters

smartFolderId
Type: SystemInt32
userId
Type: SystemGuid

Return Value

Type: SearchCriteria
See Also