Click or drag to resize
CustomerInfoProviderRegisterCustomerInternal Method
Register customer with given password and return new user. If username parameter is null customer email is used.

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

Parameters

ci
Type: CMS.EcommerceCustomerInfo
Customer object
password
Type: SystemString
New password
username
Type: SystemString
New username

Return Value

Type: UserInfo
See Also