Evaluates an expression on the specified remote vault.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public Object CallRemote(
	string vaultName,
	string expression,
	string globalID
)
Visual Basic
Public Function CallRemote ( _
	vaultName As String, _
	expression As String, _
	globalID As String _
) As Object
Visual C++
public:
Object^ CallRemote(
	String^ vaultName, 
	String^ expression, 
	String^ globalID
)

Parameters

vaultName
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.
globalID
Type: System..::..String
The GlobalID property value of a document on which to evaluate the specified expression. If nullNothingnullptra null reference (Nothing in Visual Basic), then the script environment will not be initialized for a document.

Return Value

The result of the remote call.

See Also