DocumentSchemaManagerGetDocumentSchemasOverviewList Method

Lists all document schemas present in system providing general information about them.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Lists all document schemas present in system providing general information about them.")]
public DocumentSchemaOverview[] GetDocumentSchemasOverviewList()

Return Value

DocumentSchemaOverview

Remarks

This method is used for lists like in grid view controls.

See Also