UsersRecordNewUser Method

Adds a new CMS user record.

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 User RecordNewUser(
	NewUserArgs args
)

Parameters

args
Type: BBNCExtensions.API.UsersNewUserArgs
A NewUserArgs object containing the data needed to create the new user.

Return Value

Type: User
An API.Users.User object corresponding to the newly created user.