Skip to main content

NewFileSystemTrigger

Description

The structure represents an instance of the New File System Trigger entity.

Constructor

ConstructorDescription
NewFileSystemTriggerInitializes a new instance of the NewFileSystemTrigger object model.

Properties

PropertyDescription
ProcessIdSpecify the assigned ProcessId during FileSystemTrigger creation.
BotIdSpecify the assigned BotId during FileSystemTrigger creation.
NameSpecify the name of the FileSystemTrigger.
DescriptionSpecify the description of the FileSystemTrigger.
PathToMonitorSpecify the File path to be monitored by the FileSystemTrigger.
IncludeSubfolderSpecify the value that indicates whether to monitor the subfolder.
FilterSpecify the filter in the FileSystemTrigger.
FileCreatedSpecify the value that indicates whether to monitor file created event.
FileModifiedSpecify the value that indicates whether to monitor file modified event.
FileDeletedSpecify the value that indicates whether to monitor the file deleted event.
FileRenamedSpecify the value that indicates whether to monitor the file renamed event.
ArgumentsSpecify the Inputs and Outputs of the FileSystemTrigger.
LogLevelSpecify the log level of the FileSystemTrigger.
IsDisabledSpecify the value that indicates whether the FileSystemTrigger is enabled.
StartDateSpecify the StartDate of the FileSystemTrigger.
ExpiresOnSpecify the Expiration Date&Time of FileSystemTrigger.

Remarks

Use the NewFileSystemTrigger object model to create a new FileSystemTrigger.