 | 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)
Syntaxpublic void ChangeDocumentType(
string vaultidentifier,
string docid,
string dtname
)
Public Sub ChangeDocumentType (
vaultidentifier As String,
docid As String,
dtname As String
)
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
See Also