Class GroupPolicyNetworkShareCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Active Directory Group Policy network shares.
public class GroupPolicyNetworkShareCollection : Collection<GroupPolicyNetworkShare>, IList<GroupPolicyNetworkShare>, ICollection<GroupPolicyNetworkShare>, IList, ICollection, IReadOnlyList<GroupPolicyNetworkShare>, IReadOnlyCollection<GroupPolicyNetworkShare>, IEnumerable<GroupPolicyNetworkShare>, IEnumerable
- Inheritance
-
GroupPolicyNetworkShareCollection
- Implements
- Inherited Members
Constructors
GroupPolicyNetworkShareCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare class.
public GroupPolicyNetworkShareCollection()
Methods
ExistsByIdentifier(Guid)
Returns a System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare with the specified identifier exists within the collection.
public bool ExistsByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare to locate.
Returns
- bool
A System.Boolean value that indicates whether a CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare with the specified identifier exists within the collection.
FindByIdentifier(Guid)
Returns the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare with the specified identifier, or null if no CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare with that identifier is found.
public GroupPolicyNetworkShare FindByIdentifier(Guid identifier)
Parameters
identifier
GuidThe identifier of the CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare to locate.
Returns
- GroupPolicyNetworkShare
The CENTREL.XIA.Configuration.Types.GroupPolicyNetworkShare with the specified identifier.
Sort()
Sorts the values in the collection.
public void Sort()