Skip to content

BPA File System Action Type

BPAFileSystemActionType Public enum

Description

Enumerates the actions that can trigger a file system watcher.

Diagram

flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph VGWWCoreIEx
VGWWCoreIEx.BPAFileSystemActionType[[BPAFileSystemActionType]]
end

Details

Summary

Enumerates the actions that can trigger a file system watcher.

Fields

bpaActionCreated

Summary

A file or folder has been created.

bpaActionDeleted

Summary

A file or folder has been deleted.

bpaActionRenamed

Summary

A file or folder has been renamed.

bpaActionChanged

Summary

A file or folder has been changed.

bpaActionLineAdded

Summary

A line as been added to a file.

bpaActionExisting

Summary

A existing file or folder has been found.

bpaActionFileReset

Summary

A file being monitored for lines added has reset.

Generated with ModularDoc