Click or drag to resize
MembershipUsersAdd Method (String, String, String, String)
Adds a user.

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 Guid Add(
	string firstName,
	string lastName,
	string email,
	string password
)

Parameters

firstName
Type: SystemString
The first name of the user.
lastName
Type: SystemString
The last name of the user.
email
Type: SystemString
The email of the user.
password
Type: SystemString
The password of the user.

Return Value

Type: Guid
See Also