Click or drag to resize

DocumentSchemaManagerGetDocumentSchemasOverviewList Method

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentSchemaOverview[] GetDocumentSchemasOverviewList()

Return Value

Type: DocumentSchemaOverview
Remarks
This method is used for lists like in grid view controls.
See Also