 | ConnectionDeleteDocument Method |
Deletes a document
Namespace:
ICMeridianAPI
Assembly:
ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntaxpublic void DeleteDocument(
string vaultidentifier,
string docid
)
Public Sub DeleteDocument (
vaultidentifier As String,
docid As String
)
Parameters
- vaultidentifier
- Type: SystemString
The vault. - docid
- Type: SystemString
The unique identifier of the document inside the vault.
Remarks
See Also