Class NtfsAccessRules
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows NTFS access rules.
public class NtfsAccessRules : GlobalSerializableClassicBase
- Inheritance
-
NtfsAccessRules
Constructors
NtfsAccessRules()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.NtfsAccessRules class.
public NtfsAccessRules()
Properties
Items
Gets or sets the items in the collection.
public NtfsAccessRuleCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.NtfsAccessRules class from the specified XML.
public static NtfsAccessRules FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- NtfsAccessRules
A CENTREL.XIA.Configuration.Types.NtfsAccessRules class.
ToString()
Returns the NTFS access rules as a readable string.
public override string ToString()
Returns
- string
The NTFS access rules as a readable string.