VirtualFolderManagerAddSmartFolderForUser Method

Create personal smart folder for the specific user.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Create personal smart folder for the specific user.")]
public int AddSmartFolderForUser(
	SmartFolder smartFolder,
	Guid userId
)

Parameters

smartFolder  SmartFolder
userId  Guid

Return Value

Int32

Remarks

The new folder has NULL search criteria initially.

See Also