DocumentFinderGetSchemaTypeForDocument(Int32) Method

Returns type of the schema that particular metadata version of a document is in

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns type of the schema that particular metadata version of a document is in")]
public DocumentSchemaType GetSchemaTypeForDocument(
	int metadataVersionId
)

Parameters

metadataVersionId  Int32
 

Return Value

DocumentSchemaType

See Also