Click or drag to resize
IMembershipActivityLoggerLogRegistration Method (String)
Logs user registration activity for given user.

Namespace: CMS.Activities.Loggers
Assembly: CMS.Activities.Loggers (in CMS.Activities.Loggers.dll) Version: 12.0.0
Syntax
C#
void LogRegistration(
	string userName
)

Parameters

userName
Type: SystemString
User name of the registered user.
Remarks
This method should be called whenever the user is registered to ensure logging of correct ActivityInfo.
See Also