DocumentFinderLoadUserSmartFolder Method

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

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns stored search criteria for specified smart folder id which belongs to the specified user.")]
public SearchCriteria LoadUserSmartFolder(
	int smartFolderId,
	Guid userId
)

Parameters

smartFolderId  Int32
userId  Guid

Return Value

SearchCriteria

See Also