Click or drag to resize

VirtualFolderManagerSetUserRecentSimpleSearch Method

Save Quick Search used recently in Simple Search

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetUserRecentSimpleSearch(
	Guid userGuid,
	int? smartFolderId
)

Parameters

userGuid
Type: SystemGuid
if null or empty - current user
smartFolderId
Type: SystemNullableInt32
is null when ad-hoc search was used
See Also