BCSVaultCallRemote Method (String, String, String, String, String) |
Evaluates an expression on the specified remote vault.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public Object CallRemote(
string url,
string username,
string password,
string remoteVault,
string expression
)
Public Function CallRemote (
url As String,
username As String,
password As String,
remoteVault As String,
expression As String
) As Object
public:
Object^ CallRemote(
String^ url,
String^ username,
String^ password,
String^ remoteVault,
String^ expression
)
member CallRemote :
url : string *
username : string *
password : string *
remoteVault : string *
expression : string -> Object
Parameters
- url
- Type: SystemString
The base URL for Web Access on the remote server (e.g. http://remote.com/meridian).
- username
- Type: SystemString
The name of the user to log in to Web Access on the remote server.
- password
- Type: SystemString
The password to log in to Web Access on the remote server.
- remoteVault
- Type: SystemString
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: SystemString
The expression to evaluate.
Return Value
Type:
ObjectThe result of the remote call.
See Also