Click or drag to resize
CustomerInfoProviderRegisterCustomerInternal Method
Registers the customer (ci) with the given user name (userName) and password (password). If userName is null, the customer's email is used instead.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual UserInfo RegisterCustomerInternal(
	CustomerInfo ci,
	string password,
	string userName
)

Parameters

ci
Type: CMS.EcommerceCustomerInfo
Customer object.
password
Type: SystemString
Customer's password.
userName
Type: SystemString
Customer's user name.

Return Value

Type: UserInfo
Customer's new user.
See Also