DocumentSchemaManagerGetSchemaListOfDocumentType Method

Returns all schemas of specified type (type is specified by document).

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns all schemas of specified type (type is specified by document).")]
public DocumentSchemaItem[] GetSchemaListOfDocumentType(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32
 

Return Value

DocumentSchemaItem

See Also