Table of Contents

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

GroupPolicyNetworkShareAccessBasedEnumerationAction

Comment

Gets or sets the comment for the share.

public string Comment { get; set; }

Property Value

string

LimitUsersAction

Gets or sets the limit users action.

public GroupPolicyNetworkShareLimitUsersAction LimitUsersAction { get; set; }

Property Value

GroupPolicyNetworkShareLimitUsersAction

LimitUsersActionString

Gets or sets the limit users action.

public string LimitUsersActionString { get; set; }

Property Value

string

Path

Gets or sets the share path.

public string Path { get; set; }

Property Value

string

ShareName

Gets or sets the share name.

public string ShareName { get; set; }

Property Value

string

UpdateAllAdminDriveShares

Gets or sets whether to update all administrative drive-letter shares.

public BooleanOption UpdateAllAdminDriveShares { get; set; }

Property Value

BooleanOption

UpdateAllHiddenShares

Gets or sets whether to update all hidden shares.

public BooleanOption UpdateAllHiddenShares { get; set; }

Property Value

BooleanOption

UpdateAllRegularShares

Gets or sets whether to update all regular shares.

public BooleanOption UpdateAllRegularShares { get; set; }

Property Value

BooleanOption

UserLimit

Gets or sets the user limit to set. This only applies when the LimitUsersAction is set to "SetLimit".

public int UserLimit { get; set; }

Property Value

int