Table of Contents

Class GroupPolicyFolder

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

Represents an Active Directory Group Policy folder.

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

Constructors

GroupPolicyFolder()

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

public GroupPolicyFolder()

Properties

Archive

Gets or sets whether the archive attribute should be set.

public BooleanOption Archive { get; set; }

Property Value

BooleanOption

DeleteFiles

Gets or sets whether to delete all files in the folder.

public BooleanOption DeleteFiles { get; set; }

Property Value

BooleanOption

DeleteFolder

Gets or sets whether to delete the folder if emptied.

public BooleanOption DeleteFolder { get; set; }

Property Value

BooleanOption

DeleteReadOnly

Gets or sets whether to delete read-only files and folders.

public BooleanOption DeleteReadOnly { get; set; }

Property Value

BooleanOption

DeleteSubfolders

Gets or sets whether to delete subfolders if emptied.

public BooleanOption DeleteSubfolders { get; set; }

Property Value

BooleanOption

Hidden

Gets or sets whether the hidden attribute should be set.

public BooleanOption Hidden { get; set; }

Property Value

BooleanOption

IgnoreDeletionErrors

Gets or sets whether to ignore errors for files and folders that cannot be deleted.

public BooleanOption IgnoreDeletionErrors { get; set; }

Property Value

BooleanOption

Path

Gets or sets the folder path.

public string Path { get; set; }

Property Value

string

ReadOnly

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

public BooleanOption ReadOnly { get; set; }

Property Value

BooleanOption