ConnectionCallVBScript Method |
Makes a call to a VBScript function
Namespace: ICMeridianAPIAssembly: ICMeridianAPI (in ICMeridianAPI.dll) Version: 4.0.9.0 (4.0.9.0)
Syntaxpublic Object CallVBScript(
string vaultidentifier,
string docid,
string functionname,
Object args
)
Public Function CallVBScript (
vaultidentifier As String,
docid As String,
functionname As String,
args As Object
) As Object
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:
Objectreturn value of the function
Remarks
See Also