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