DocumentSchemaManagerGetSchemaList Method

Returns all schemas defined in system.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns all schemas defined in system.")]
public DocumentSchemaItem[] GetSchemaList(
	bool returnAll
)

Parameters

returnAll  Boolean
 

Return Value

DocumentSchemaItem

See Also