ConnectionInvokeEDMUICommand Method |
Ask EdmUI to execute a certain command on the document
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic 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
- 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
See Also