FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDefinition..::..hasJSEventFile Method

Determines whether [has js event file] [the specified js file path].

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool hasJSEventFile(
	out string jsFilePath
)
Public Function hasJSEventFile ( _
	<OutAttribute> ByRef jsFilePath As String _
) As Boolean
public:
bool^ hasJSEventFile(
	[OutAttribute] String^% jsFilePath
)

Parameters

jsFilePath
Type: String%
The js file path.

Return Value

true if [has js events file] [the specified js file path]; otherwise, false.