Click or drag to resize

Connection.CallVBScript Method

Makes a call to a VBScript function

Namespace:  ICMeridianAPI
Assembly:  ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public Object CallVBScript(
	string vaultidentifier,
	string docid,
	string functionname,
	Object args
)

Parameters

vaultidentifier
Type: System.String
The vault in which the document resides.
docid
Type: System.String
The unique identifier of the document inside the vault.
functionname
Type: System.String
Name of the VBScript function
args
Type: System.Object
array of function arguments

Return Value

Type: Object
return value of the function
Remarks