Enum NtfsRulePropagationType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines how a rule will be applied and propagated.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum NtfsRulePropagationType
Fields
Files = 2
The rule applies to files only.
FolderAndFiles = Object | Files
The rule applies to the folder and files.
FolderAndSubfolders = Object | Subfolders
The rule applies to the folder and subfolders.
FolderSubfoldersAndFiles = Object | SubfoldersAndFiles
The rule applies to the folder, subfolders and files.
Object = 1
The rule applies to the folder or file only.
Subfolders = 4
The rule applies to subfolders only.
SubfoldersAndFiles = Files | Subfolders
The rule applies to subfolders and files only.
Unknown = 0
The propagation type unknown.