NewFileSystemTrigger
Description
The structure represents an instance of the New File System Trigger entity.
Constructor
Constructor | Description |
---|---|
NewFileSystemTrigger | Initializes a new instance of the NewFileSystemTrigger object model. |
Properties
Property | Description |
---|---|
ProcessId | Specify the assigned ProcessId during FileSystemTrigger creation. |
BotId | Specify the assigned BotId during FileSystemTrigger creation. |
Name | Specify the name of the FileSystemTrigger. |
Description | Specify the description of the FileSystemTrigger. |
PathToMonitor | Specify the File path to be monitored by the FileSystemTrigger. |
IncludeSubfolder | Specify the value that indicates whether to monitor the subfolder. |
Filter | Specify the filter in the FileSystemTrigger. |
FileCreated | Specify the value that indicates whether to monitor file created event. |
FileModified | Specify the value that indicates whether to monitor file modified event. |
FileDeleted | Specify the value that indicates whether to monitor the file deleted event. |
FileRenamed | Specify the value that indicates whether to monitor the file renamed event. |
Arguments | Specify the Inputs and Outputs of the FileSystemTrigger. |
LogLevel | Specify the log level of the FileSystemTrigger. |
IsDisabled | Specify the value that indicates whether the FileSystemTrigger is enabled. |
StartDate | Specify the StartDate of the FileSystemTrigger. |
ExpiresOn | Specify the Expiration Date&Time of FileSystemTrigger. |
Remarks
Use the NewFileSystemTrigger object model to create a new FileSystemTrigger.