Click or drag to resize
UserGroups Class
Access to the methods in this class requires the caller to have user access rights.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.DataUserGroups

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class UserGroups

The UserGroups type exposes the following members.

Constructors
  NameDescription
Public methodUserGroups
Initializes a new instance of the UserGroups class
Top
Methods
  NameDescription
Public methodAdd
Adds a user group.
Public methodAddUser
Adds a user to a group.
Public methodDelete
Deletes a groups and user associations.
Public methodDeleteUser
Deletes a user from a group.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGet(Guid)
Returns a user group.
Public methodGet(Guid, Int32)
Returns a user group.
Public methodGetAll
Returns all user groups.
Public methodGetAll(Int32)
Returns all user groups.
Public methodGetByUser(Guid)
Returns a collection of user groups assigned to a user.
Public methodGetByUser(Guid, Int32)
Returns a collection of user groups assigned to a user.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetId(String)
Returns the unique identifier of the group.
Public methodGetId(String, Int32)
Returns the unique identifier of the group.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate(Guid, String)
Updates the name of a group.
Public methodUpdate(Guid, String, Int32)
Updates the name of a group.
Top
See Also