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 = 2The rule applies to files only.
FolderAndFiles = Object | FilesThe rule applies to the folder and files.
FolderAndSubfolders = Object | SubfoldersThe rule applies to the folder and subfolders.
FolderSubfoldersAndFiles = Object | SubfoldersAndFilesThe rule applies to the folder, subfolders and files.
Object = 1The rule applies to the folder or file only.
Subfolders = 4The rule applies to subfolders only.
SubfoldersAndFiles = Files | SubfoldersThe rule applies to subfolders and files only.
Unknown = 0The propagation type unknown.