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
DestinationPath
Gets or sets the destination path.
public string DestinationPath { get; set; }
Property Value
Hidden
Gets or sets whether the hidden attribute should be set.
public BooleanOption Hidden { get; set; }
Property Value
ReadOnly
Gets or sets whether the read-only attribute should be set.
public BooleanOption ReadOnly { get; set; }
Property Value
SourcePath
Gets or sets the source path.
public string SourcePath { get; set; }
Property Value
SuppressErrors
Gets or sets whether to suppress errors on individual file actions.
public BooleanOption SuppressErrors { get; set; }