UsersUserIdAvailable Method

Indicates whether or not the requested CMS username is available.

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 bool UserIdAvailable(
	string userName
)

Parameters

userName
Type: SystemString
The username being requested.

Return Value

Type: Boolean
True if the username is available and False if not.