The following tables list the members exposed by the Group type.

Name Description
Public method Static AddGroup(string, IDatabase, Nullable<Int32>) Add a group by name
Public method Static AddGroupMembership(EntityID, EntityID, EntityID, IDatabase) Add a user to a group - only used when not using active directory
Public method Static ClearGroupMembership(EntityID, IDatabase) Clear group membership
Public method Static DeleteGroup(EntityID, IDatabase) Remove a group and all its membership
Public method Static DeleteGroupMembership(EntityID, EntityID, IDatabase) Delete a group membership
Public method Static DoSimpleSearch(string, IDatabase) Get a group by its name
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method Static GetAllGroups(IDatabase) Get all groups
Public method Static GetAllGroups(string, IDatabase) Get all groups that match a name - may include wildcards for a like search
Public method Static GetGroup(EntityID, IDatabase) Get a group info object
Public method Static GetGroupIDByName(string, IDatabase) Get a group by its name
Public method Static GetGroupMembers(EntityID, IDatabase) Get all members belonging to a group
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method Static GetUserGroupMembership(EntityID, IDatabase) Get all groups a user belongs to
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Public method Static UpdateGroup(GroupInfo, IDatabase) Update a group
Top