Click or drag to resize

ConnectionCallVBScript Method

Makes a call to a VBScript function

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

Parameters

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

Return Value

Type: Object
return value of the function
Remarks