The GroupMeGroupFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateGroup |
Creates a new group with the given options.
| |
DestroyGroup |
Destroys the group with the given groupId.
| |
Equals | (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.) | |
GetFormerGroups |
Gets a list of former (and re-joinable) groups for the currently authenticated user.
| |
GetGroup |
Gets information about the group with the given group id.
| |
GetGroups |
Gets all currently active groups for the currently authenticated user.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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 |
Updates the group with the given groupId with the given data. Attention: only new data must be added, so if you only want to change the description, only add the description parameter.
|
See Also