ScanningManagerSetSettings Method

Store new values of given settings for the current user. Other settings are not modified.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Store new values of given settings for the current user.")]
public void SetSettings(
	ScanningManagerScanningSetting[] settings
)

Parameters

settings  ScanningManagerScanningSetting

Remarks

Refer to Settings For Web Scanning And Add Document Wizard in the Sample Code section for a detailed description of supported settings.

See Also