Click or drag to resize
ConnectionInvokeEDMUICommand Method
Ask EdmUI to execute a certain command on the document

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

Parameters

vaultidentifier
Type: SystemString
The vault in which the document resides.
docid
Type: SystemString
The unique identifier of the document inside the vault.
cmdCode
Type: SystemInt64
Integer code of the command to be executed
Remarks