deFileSystemTrigger..::..createFileSystemTrigger Method
Creates the file system trigger.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool createFileSystemTrigger( ref string sFileTriggerID, string sFilePath, string sDefinitionID, string sVariableName, string sGlobalName, bool bEnabled, string sFileFilter, bool bIncludeSubdirectories )
Parameters
- sFileTriggerID
- Type: String%
The s file trigger identifier.
- sFilePath
- Type: String
The s file path.
- sDefinitionID
- Type: String
The s definition identifier.
- sVariableName
- Type: String
Name of the s variable.
- sGlobalName
- Type: String
Name of the s global.
- bEnabled
- Type: Boolean
if set to true [b enabled].
- sFileFilter
- Type: String
The s file filter.
- bIncludeSubdirectories
- Type: Boolean
if set to true [b include subdirectories].