FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFileSystemTrigger..::..hasFileSystemTriggerEnabled Method

Determines whether [has file system trigger enabled] [the specified s file trigger identifier].

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

Syntax


public bool hasFileSystemTriggerEnabled(
	string sFileTriggerID
)
Public Function hasFileSystemTriggerEnabled ( _
	sFileTriggerID As String _
) As Boolean
public:
bool^ hasFileSystemTriggerEnabled(
	String^ sFileTriggerID
)

Parameters

sFileTriggerID
Type: String
The s file trigger identifier.

Return Value

true if [has file system trigger enabled] [the specified s file trigger identifier]; otherwise, false.