Table of Contents

Class NtfsAccessRule

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

Represents an individual NTFS access rule.

public class NtfsAccessRule : NtfsRuleBase, IComparable<NtfsRuleBase>
Inheritance
NtfsAccessRule
Implements
Inherited Members

Constructors

NtfsAccessRule()

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

public NtfsAccessRule()

Properties

AccessRuleType

Gets or sets the type of access rule.

public NftsAccessRuleType AccessRuleType { get; set; }

Property Value

NftsAccessRuleType

AccessRuleTypeString

Gets the type of access rule.

public string AccessRuleTypeString { get; set; }

Property Value

string

CollectionDisplayField

Gets the collection display field.

[Browsable(false)]
public string CollectionDisplayField { get; }

Property Value

string

CollectionIndex

Gets the unique collection index.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

Methods

ToString()

Returns this NTFS access rule as a human readable string in the format "AccountName [Type]".

public override string ToString()

Returns

string

The NTFS access rule as a human readable string.