Click or drag to resize
UserGroups Methods

The UserGroups type exposes the following members.

Methods
  Name Description
Public method Add
Adds a user group.
Public method AddUser
Adds a user to a group.
Public method Delete
Deletes a groups and user associations.
Public method DeleteUser
Deletes a user from a group.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Get(Guid)
Returns a user group.
Public method Get(Guid, Int32)
Returns a user group.
Public method GetAll
Returns all user groups.
Public method GetAll(Int32)
Returns all user groups.
Public method GetByUser(Guid)
Returns a collection of user groups assigned to a user.
Public method GetByUser(Guid, Int32)
Returns a collection of user groups assigned to a user.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetId(String)
Returns the unique identifier of the group.
Public method GetId(String, Int32)
Returns the unique identifier of the group.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Update(Guid, String)
Updates the name of a group.
Public method Update(Guid, String, Int32)
Updates the name of a group.
Top
See Also