BlueCielo Meridian Connection API 2012 Reference Guide | BlueCielo ECM Solutions
You are here: Namespaces > ICMeridianAPI > Connection > InvokeEDMUICommand(String, String, Int64)
InvokeEDMUICommand Method (vaultidentifier, docid, cmdCode)
Ask EdmUI to execute a certain command on the document
Declaration Syntax
C#Visual BasicVisual C++
public void InvokeEDMUICommand(
	string vaultidentifier,
	string docid,
	long cmdCode
)
Public Sub InvokeEDMUICommand ( _
	vaultidentifier As String, _
	docid As String, _
	cmdCode As Long _
)
public:
void InvokeEDMUICommand(
	String^ vaultidentifier, 
	String^ docid, 
	long long cmdCode
)
Parameters
vaultidentifier (String)
The vault in which the document resides.
docid (String)
The unique identifier of the document inside the vault.
cmdCode (Int64)
Integer code of the command to be executed
Remarks

Assembly: ICMeridianAPI (Module: ICMeridianAPI) Version: 1.0.1.4 (1.0.1.4)