Class NtfsAuditRuleCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of NTFS audit rules.
public class NtfsAuditRuleCollection : Collection<NtfsAuditRule>, IList<NtfsAuditRule>, ICollection<NtfsAuditRule>, IList, ICollection, IReadOnlyList<NtfsAuditRule>, IReadOnlyCollection<NtfsAuditRule>, IEnumerable<NtfsAuditRule>, IEnumerable
- Inheritance
-
NtfsAuditRuleCollection
- Implements
- Inherited Members
Constructors
NtfsAuditRuleCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NtfsAuditRuleCollection class.
public NtfsAuditRuleCollection()
Methods
CollapseRules()
Collapses duplicate or overlapping audit rules.
public void CollapseRules()
Sort()
Sorts the values in the collection.
public void Sort()