Users Class

Provides methods for creating and authenticating CMS users.
Inheritance Hierarchy
SystemObject
  BBNCExtensions.API.UsersUsers

Namespace: BBNCExtensions.API.Users
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract class Users

The Users type exposes the following members.

Methods
  NameDescription
Public methodLoginUser
Authenticates a CMS user using the supplied credentials.
Public methodLogoutCurrentUser
Public methodProcessSingleSignOnRequest
Public methodRecordNewUser
Adds a new CMS user record.
Public methodUserIdAvailable
Indicates whether or not the requested CMS username is available.
Properties
  NameDescription
Public propertyCurrentUser
Returns basic information about the current user and its corresponding back office record(s), if applicable.
Public propertyGetUserById
Retrieves a user record.