DocumentManagerChangeDocumentType(Int32, DocumentSchemaType) Method

Change type of single document between electronic document and record.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change type of single document between electronic document and record.")]
public void ChangeDocumentType(
	int metadataVersionId,
	DocumentSchemaType type
)

Parameters

metadataVersionId  Int32
type  DocumentSchemaType

See Also