BPA File System Change Type
BPAFileSystemChangeType Public enum
Description
Enumerates the changes that can trigger a file system watcher Changed action.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.BPAFileSystemChangeType[[BPAFileSystemChangeType]] endDetails
Summary
Enumerates the changes that can trigger a file system watcher Changed action.
Fields
bpaChangeNA
Summary
No change has occured.
bpaChangeFileName
Summary
The file name has been changed.
bpaChangeDirectoryName
Summary
The folder name has been changed.
bpaChangeAttributes
Summary
An attibute of the file or folder has been changed.
bpaChangeSize
Summary
The size of the file has been changed.
bpaChangeLastWrite
Summary
The last write date of the file has been changed.
bpaChangeLastAccess
Summary
The last access date of the file has been changed.
bpaChangeCreationTime
Summary
The creation time of the file has been changed.
bpaChangeSecurity
Summary
The security of the file or folder has been changed.
Generated with ModularDoc