GlobalSettingsManager.SetSearchSettings Method
Click or drag to resize

GlobalSettingsManagerSetSearchSettings Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetSearchSettings(
	int numberOfFilesToReturn,
	int stopSearchAfter,
	bool isLoggingEnabled,
	int rawSearchAccessRole
)

Parameters

numberOfFilesToReturn
Type: SystemInt32
stopSearchAfter
Type: SystemInt32
isLoggingEnabled
Type: SystemBoolean
rawSearchAccessRole
Type: SystemInt32
See Also