Click or drag to resize
CustomerInfoProviderRegisterAndNotifyInternal Method
Register new user and notify him with invitation email. If password is null system will generate new one. If username parameter is null email is used. Returns true on success.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.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
userName
Type: SystemString
User name
pass
Type: SystemString
New password

Return Value

Type: Boolean
See Also