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
DeleteFiles
Gets or sets whether to delete all files in the folder.
public BooleanOption DeleteFiles { get; set; }
Property Value
DeleteFolder
Gets or sets whether to delete the folder if emptied.
public BooleanOption DeleteFolder { get; set; }
Property Value
DeleteReadOnly
Gets or sets whether to delete read-only files and folders.
public BooleanOption DeleteReadOnly { get; set; }
Property Value
DeleteSubfolders
Gets or sets whether to delete subfolders if emptied.
public BooleanOption DeleteSubfolders { get; set; }
Property Value
Hidden
Gets or sets whether the hidden attribute should be set.
public BooleanOption Hidden { get; set; }
Property Value
IgnoreDeletionErrors
Gets or sets whether to ignore errors for files and folders that cannot be deleted.
public BooleanOption IgnoreDeletionErrors { get; set; }
Property Value
Path
Gets or sets the folder path.
public string Path { get; set; }
Property Value
ReadOnly
Gets or sets whether the read-only attribute should be set.
public BooleanOption ReadOnly { get; set; }