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

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 Users

The Users type exposes the following members.

Constructors
  NameDescription
Public methodUsers
Initializes a new instance of the Users class
Top
Methods
  NameDescription
Public methodAdd
Adds a user.
Public methodAddProviderUser
Adds a user that relates to a user in a remote system.
Public methodChangeEmail(Guid, String)
Updates a user's email.
Public methodChangeEmail(String, String)
Updates a user's email.
Public methodChangePassword(Guid, String)
Updates a user's password.
Public methodChangePassword(String, String)
Updates a user's password.
Public methodChangeProviderUserEmail
Updates a user's email in a remote system.
Public methodDelete
Deletes a user.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAll
Returns all users.
Public methodGetByEmail
Returns a user.
Public methodGetByGroup
Returns users by group.
Public methodGetById
Returns a user.
Public methodGetEmptyProfile
Returns an empty user profile instance based on the user profile definitions.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProfileDefinitions
Returns a collection of profile item definitions.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserIdByProviderKey
Returns the unique identifier for a user.
Public methodLockUser
Locks a user out.
Public methodLogOutUser
Logs out a user by invalidating the HTTP authentication ticket cookies.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnlockUser
Unlocks a user.
Public methodUpdate
Updates a user. To update the password, use the ChangePassword method.
Public methodValidateProviderUser
Validates a user's password against a remote system.
Public methodValidateUser(Guid, String, Boolean)
Validates a user's supplied password.
Public methodValidateUser(String, String, Boolean)
Validates a user's supplied password.
Top
See Also