Click or drag to resize

VirtualFolderManagerAddSmartFolderForUser Method

Create personal smart folder for the specific user.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int AddSmartFolderForUser(
	SmartFolder smartFolder,
	Guid userId
)

Parameters

smartFolder
Type: FileHold.LibraryManagerSmartFolder
userId
Type: SystemGuid

Return Value

Type: Int32
Remarks
The new folder has NULL search criteria initially.
See Also