MembershipActivityLoggerLogRegistration Method |
Logs registration activity.
Namespace: CMS.Activities.LoggersAssembly: CMS.Activities.Loggers (in CMS.Activities.Loggers.dll) Version: 11.0.0
Syntax public static void LogRegistration(
string userName,
ITreeNode currentDocument = null,
bool checkViewModel = true
)
Parameters
- userName
- Type: SystemString
User name of current user - currentDocument (Optional)
- Type: CMS.BaseITreeNode
Current document tree representation, for MVC should be null - checkViewModel (Optional)
- Type: SystemBoolean
True if activities should not be logged in administration
See Also