Click or drag to resize
BCXServerCallRemote Method (String, String, String)
Evaluates an expression on the specified remote vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public Object CallRemote(
	string vaultName,
	string expression,
	string globalID
)

Parameters

vaultName
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.
globalID
Type: SystemString
The GlobalID property value of a document on which to evaluate the specified expression. If , then the script environment will not be initialized for a document.

Return Value

Type: Object
The result of the remote call.
See Also