Previous Topic: GetResolveFlag Method

Next Topic: SetDescription Method


GetScriptFile Method

Gets the script file.

Syntax

object.GetScriptFile()

Owning Class

CaWInteractiveMerge

Arguments

None

Return Value

A string that represents the script file name

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
strRet = objInteractiveMerge.GetScriptFile()

More information: