BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > ChangeDocumentType(String, String, String)
ChangeDocumentType Method (vaultidentifier, docid, dtname)
Changes the document type of a document.
Declaration Syntax
C#Visual BasicVisual C++
public void ChangeDocumentType(
	string vaultidentifier,
	string docid,
	string dtname
)
Public Sub ChangeDocumentType ( _
	vaultidentifier As String, _
	docid As String, _
	dtname As String _
)
public:
void ChangeDocumentType(
	String^ vaultidentifier, 
	String^ docid, 
	String^ dtname
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
dtname (String)
The name of the destination document type.
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)