Class GroupPolicyNetworkShare
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory Group Policy network share.
public class GroupPolicyNetworkShare : GroupPolicyPreferenceBase, IComparable<GroupPolicyPreferenceBase>
- Inheritance
-
GroupPolicyNetworkShare
- Implements
- Inherited Members
Constructors
GroupPolicyNetworkShare()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare class.
public GroupPolicyNetworkShare()
Properties
AccessBasedEnumerationAction
Gets or sets the access-based enumeration action of a Group Policy preference network share.
public GroupPolicyNetworkShareAccessBasedEnumerationAction AccessBasedEnumerationAction { get; set; }
Property Value
Comment
Gets or sets the comment for the share.
public string Comment { get; set; }
Property Value
LimitUsersAction
Gets or sets the limit users action.
public GroupPolicyNetworkShareLimitUsersAction LimitUsersAction { get; set; }
Property Value
LimitUsersActionString
Gets or sets the limit users action.
public string LimitUsersActionString { get; set; }
Property Value
Path
Gets or sets the share path.
public string Path { get; set; }
Property Value
ShareName
Gets or sets the share name.
public string ShareName { get; set; }
Property Value
UpdateAllAdminDriveShares
Gets or sets whether to update all administrative drive-letter shares.
public BooleanOption UpdateAllAdminDriveShares { get; set; }
Property Value
UpdateAllHiddenShares
Gets or sets whether to update all hidden shares.
public BooleanOption UpdateAllHiddenShares { get; set; }
Property Value
UpdateAllRegularShares
Gets or sets whether to update all regular shares.
public BooleanOption UpdateAllRegularShares { get; set; }
Property Value
UserLimit
Gets or sets the user limit to set. This only applies when the LimitUsersAction is set to "SetLimit".
public int UserLimit { get; set; }