Group Methods |
The Group type exposes the following members.
Name | Description | |
---|---|---|
AddMembers |
Adds security principals to the group.
| |
AddProxyAddress |
Adds a proxy e-mail address to the account's proxyAddresses field.
(Inherited from SecurityPrincipal.) | |
AddToGroup |
Adds this principal to the supplied group.
(Inherited from SecurityPrincipal.) | |
ClearMembership |
Clears all members from this group.
| |
CompareTo(ActiveDirectoryObject) |
Compares this ActiveDirectoryObject to another ActiveDirectoryObject.
(Inherited from ActiveDirectoryObject.) | |
CompareTo(Group) |
Compares this Group to another Group.
| |
CompareTo(SecurityPrincipal) |
Compares this SecurityPrincipal to another SecurityPrincipal.
(Inherited from SecurityPrincipal.) | |
Create |
Creates a new group within Active Directory given it's proposed name, the distinguished name of the OU to place it in, and other optional attributes.
| |
Delete |
Deletes a group from Active Directory.
| |
DeleteAttribute |
Deletes values from an attribute.
(Inherited from ActiveDirectoryObject.) | |
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Equals(ActiveDirectoryObject, ActiveDirectoryObject) |
Checks whether x and y are equal (using GUIDs).
(Inherited from ActiveDirectoryObject.) | |
Equals(Group, Group) |
Checks whether x and y are equal (using GUIDs).
| |
Equals(SecurityPrincipal, SecurityPrincipal) |
Checks whether x and y are equal (using GUIDs).
(Inherited from SecurityPrincipal.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetByteAttributeValue |
Gets the first byte array value from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.) | |
GetByteAttributeValues |
Gets all byte array values from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.) | |
GetEntryFromAD(Guid) |
Gets new data for the object from AD and places the values in the entry variable within the object.
(Inherited from ActiveDirectoryObject.) | |
GetEntryFromAD(Guid, ListString) |
Gets new data for the object from AD and places the values in the entry variable within the object.
(Inherited from ActiveDirectoryObject.) | |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHashCode(ActiveDirectoryObject) |
Generates a hash code for the ActiveDirectoryObject supplied.
(Inherited from ActiveDirectoryObject.) | |
GetHashCode(Group) |
Generates a hash code for the Group supplied.
| |
GetHashCode(SecurityPrincipal) |
Generates a hash code for the SecurityPrincipal supplied.
(Inherited from SecurityPrincipal.) | |
GetIntervalAttributeValue |
Gets the UTC DateTime from a Interval attribute.
(Inherited from ActiveDirectoryObject.) | |
GetStringAttributeValue |
Gets the first string value from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.) | |
GetStringAttributeValues |
Gets all string values from the supplied attribute of the object.
(Inherited from ActiveDirectoryObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberOfGroup |
Checks if this principal is a member of the supplied group.
(Inherited from SecurityPrincipal.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
MoveRename |
Moves and / or renames this object.
(Inherited from SecurityPrincipal.) | |
Refresh |
Refreshes the object to retrieve any changes made to attributes since creation.
(Inherited from ActiveDirectoryObject.) | |
RemoveFromGroup |
Removes this principal from the supplied group.
(Inherited from SecurityPrincipal.) | |
RemoveMember |
Removes a security principal from the group.
| |
RemoveMembers |
Removes security principals from the group.
| |
RemoveProxyAddress |
Removes a proxy e-mail address from the account's proxyAddresses field.
(Inherited from SecurityPrincipal.) | |
SetAttribute |
Sets attribute of an object. If a null or empty values object is supplied no modifications will be made.
(Inherited from ActiveDirectoryObject.) | |
SetPrimaryProxyAddress |
Sets the supplied e-mail address to be the primary e-mail address for receiving mail.
Note: This e-mail address must already be associated with the account.
If there is account currently has a primary e-mail address, it will be set as a secondary.
(Inherited from SecurityPrincipal.) | |
SetStringAttribute |
Sets a single value string attribute of an object. If a null or empty value is supplied,
the attribute will be cleared / deleted.
(Inherited from ActiveDirectoryObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |