DocumentSchemaManagerGetSchemaListOfConvertedType Method

Returns all schemas for document after conversion to electronic or offline.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Returns all schemas for document after conversion to electronic or offline.")]
public DocumentSchemaItem[] GetSchemaListOfConvertedType(
	int metadataVersionId,
	bool toElectronic
)

Parameters

metadataVersionId  Int32
toElectronic  Boolean

Return Value

DocumentSchemaItem

See Also