Click or drag to resize

DocumentFinderGetSchemaTypeForDocument Method (Int32)

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

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentSchemaType GetSchemaTypeForDocument(
	int metadataVersionId
)

Parameters

metadataVersionId
Type: SystemInt32

Return Value

Type: DocumentSchemaType
See Also