DocumentSchemaManagerGetDocumentSchema Method

Retrieves schema's details

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Retrieves schema's details")]
public DocumentSchema GetDocumentSchema(
	int documentSchemaId
)

Parameters

documentSchemaId  Int32
id of schema to retrieve

Return Value

DocumentSchema
schema's details

See Also