Click or drag to resize

ConnectionDeleteDocument Method

Deletes a document

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntax
public void DeleteDocument(
	string vaultidentifier,
	string docid
)

Parameters

vaultidentifier
Type: SystemString
The vault.
docid
Type: SystemString
The unique identifier of the document inside the vault.
Remarks