VirtualFolderManager.GetSmartFoldersForSpecificUser Method

Return all personal smart folders of the specific user.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all personal smart folders of the specific user.")]
public SmartFolder[] GetSmartFoldersForSpecificUser(
	Guid userId
)

Parameters

userId  Guid

Return Value

SmartFolder[]

See Also