DocumentSchemaManagerVerifySourceSettings Method

Verifies specified source settings

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Verifies specified source settings")]
public bool VerifySourceSettings(
	SourceSettings sourceSettings,
	ref bool exceeded
)

Parameters

sourceSettings  SourceSettings
 
exceeded  Boolean
 

Return Value

Boolean

See Also