Connection InvokeEDMUICommand Method BlueCielo Meridian Connection API 2013 Reference Guide | BlueCielo ECM Solutions
Ask EdmUI to execute a certain command on the document

Namespace: ICMeridianAPI
Assembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 1.0.6.0 (1.0.6.0)
Syntax

public void InvokeEDMUICommand(
	string vaultidentifier,
	string docid,
	long cmdCode
)

Parameters

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

See Also