Executes an expression on the specified remote vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
Parameters
- url
- Type: System..::..String
The base URL for Web Access on the remote server (e.g. http://remote.com/meridian).
- username
- Type: System..::..String
The name of the user to log in to Web Access on the remote server.
- password
- Type: System..::..String
The password to log in to Web Access on the remote server.
- remoteVault
- Type: System..::..String
The name of the remote vault (not the WebAccessLocationID
property value of the remote vault, because this will change when
the vault is republished).
- expression
- Type: System..::..String
The expression to evaluate.
- arg
- Type: System..::..Object
The parameter required to evaluate the specified expression.
Return Value
The result of the remote call.
See Also