GlobalSettingsManager.GetSearchSettings Method
Click or drag to resize

GlobalSettingsManagerGetSearchSettings Method

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

Parameters

numberOfFilesToReturn
Type: SystemInt32
stopSearchAfter
Type: System
isLoggingEnabled
Type: SystemBoolean
rawSearchAccessMinimalAllowedRole
Type: SystemInt32
See Also