Table of Contents

Class NtfsAuditRules

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Windows NTFS audit rules.

public class NtfsAuditRules : BaseTypeSection
Inheritance
NtfsAuditRules

Constructors

NtfsAuditRules()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.NtfsAuditRules class.

public NtfsAuditRules()

Properties

Items

Gets or sets the items in the collection.

public NtfsAuditRuleCollection Items { get; set; }

Property Value

NtfsAuditRuleCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.NtfsAuditRules class from the specified XML.

public static NtfsAuditRules FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

NtfsAuditRules

A CENTREL.XIA.Configuration.Types.NtfsAuditRules class.

ToString()

Returns the NTFS audit rules as a readable string.

public override string ToString()

Returns

string

The NTFS audit rules as a readable string.