Table of Contents

Class GroupPolicyFile

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

Represents an Active Directory Group Policy file.

public class GroupPolicyFile : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
Inheritance
GroupPolicyFile
Implements
Inherited Members

Constructors

GroupPolicyFile()

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

public GroupPolicyFile()

Properties

Archive

Gets or sets whether the archive attribute should be set.

public BooleanOption Archive { get; set; }

Property Value

BooleanOption

DestinationPath

Gets or sets the destination path.

public string DestinationPath { get; set; }

Property Value

string

Hidden

Gets or sets whether the hidden attribute should be set.

public BooleanOption Hidden { get; set; }

Property Value

BooleanOption

ReadOnly

Gets or sets whether the read-only attribute should be set.

public BooleanOption ReadOnly { get; set; }

Property Value

BooleanOption

SourcePath

Gets or sets the source path.

public string SourcePath { get; set; }

Property Value

string

SuppressErrors

Gets or sets whether to suppress errors on individual file actions.

public BooleanOption SuppressErrors { get; set; }

Property Value

BooleanOption