FileSystemTrigger
Description
The structure represents an instance of the File System Trigger entity.
Constructor
| Constructor | Description |
|---|---|
| FileSystemTrigger | Initializes a new instance of the FileSystemTrigger object model. |
Properties
| Property | Description |
|---|---|
| Id | Gets the Id of the FileSystemTrigger. |
| Name | Gets or sets the name of the FileSystemTrigger. |
| Description | Gets or sets the description of the Enterprise Variable. |
| ProcessId | Gets the assigned ProcessId during FileSystemTrigger creation. |
| BotId | Gets the assigned BotId during FileSystemTrigger creation. |
| PathToMonitor | Gets the File path assigned during the FileSystemTrigger creation. |
| IncludeSubfolder | Gets or sets the value that indicates whether to monitor the subfolder. |
| Filter | Gets or Sets filter in the FileSystemTrigger. |
| FileCreated | Gets or sets the value that indicates whether to monitor file created event. |
| FileModified | Gets or sets the value that indicates whether to monitor file modified event. |
| FileDeleted | Gets or sets the value that indicates whether to monitor the file deleted event. |
| FileRenamed | Gets or sets the value that indicates whether to monitor file renamed event. |
| Arguments | Gets or sets the Inputs and Outputs of the FileSystemTrigger. |
| LogLevel | Gets or sets the log level of the FileSystemTrigger. |
| IsDisabled | Gets or sets the value that indicates whether the FileSystemTrigger is enabled. |
| LastAccessedOn | Gets the Date&Time that indicates when the FileSystemTrigger was last accessed. |
| StartDate | Gets or Sets the StartDate of the FileSystemTrigger. |
| ExpiresOn | Gets or Sets the Expiration Date&Time of FileSystemTrigger. |
| ModifiedBy | Gets the username by whom the FileSystemTrigger got modified. |
| CreatedBy | Gets the username of the FileSystemTrigger creator. |
| Modified | Gets the Date&Time of the FileSystemTrigger is modified. |
| Created | Gets the creation Date&Time of the FileSystemTrigger. |
Remarks
Use the FileSystemTrigger object model to get or update information about the FileSystemTrigger.