DocumentSchemaManagerGetAllDocumentsSchemas Method

Retrieves the details of all available document schemas.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves the details of all available document schemas.")]
public List<DocumentSchema> GetAllDocumentsSchemas()

Return Value

ListDocumentSchema

See Also