Click or drag to resize

DocumentFinderSaveUserSmartFolder Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SaveUserSmartFolder(
	int smartFolderId,
	Guid userId,
	SearchCriteria searchCriteria
)

Parameters

smartFolderId
Type: SystemInt32
userId
Type: SystemGuid
searchCriteria
Type: FileHold.LibraryManagerSearchCriteria
See Also