Click or drag to resize

DocumentManagerChangeDocumentType Method (Int32, DocumentSchemaType)

Change type of single document between electronic document and record.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void ChangeDocumentType(
	int metadataVersionId,
	DocumentSchemaType type
)

Parameters

metadataVersionId
Type: SystemInt32
type
Type: FileHold.CommonDocumentSchemaType
See Also