Click or drag to resize
CustomerInfoProviderRegisterAndNotifyInternal Method
Registers the customer (ci) with the given user name (userName) and password (pass), and notifies the customer with an invitation email. If pass is null, the system generates a new 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 bool RegisterAndNotifyInternal(
	CustomerInfo ci,
	string emailTemplateCodeName,
	string userName,
	string pass
)

Parameters

ci
Type: CMS.EcommerceCustomerInfo
Customer object.
emailTemplateCodeName
Type: SystemString
Template code name of the invitation email.
userName
Type: SystemString
Customer's user name.
pass
Type: SystemString
Customer's password.

Return Value

Type: Boolean
True if the method was successful.
See Also