Click or drag to resize

ConnectionChangeDocumentType Method

Changes the document type of a document.

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public void ChangeDocumentType(
	string vaultidentifier,
	string docid,
	string dtname
)

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
dtname
Type: SystemString
The name of the destination document type.
Remarks