VirtualFolderManagerGetVirtualFoldersForSpecificUser Method

Return all presonal virtual 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 presonal virtual folders of the specific user.")]
public VirtualFolder[] GetVirtualFoldersForSpecificUser(
	Guid userId
)

Parameters

userId  Guid

Return Value

VirtualFolder

See Also