Class UserManagementFrontend
- Namespace
- Dynamicweb.Frontend.UserManagement
- Assembly
- Dynamicweb.dll
The Class Frontend represents user management front-end handler
[AddInName("EmailMarketing")]
[AddInName("UserManagementFrontend")]
public sealed class UserManagementFrontend : ContentModule, IModule
- Inheritance
-
UserManagementFrontend
- Implements
- Inherited Members
Constructors
UserManagementFrontend()
Initialize new instance of Frontend class
public UserManagementFrontend()
Methods
GetAllPasswordRecoveryFields(bool)
Gets fields used for password recovery
public static IEnumerable<RecoveryFieldInfo> GetAllPasswordRecoveryFields(bool isFrontend)
Parameters
isFrontend
boolIndicates if execution is on frontend
Returns
- IEnumerable<RecoveryFieldInfo>
Collection of fields
GetModuleContent()
Gets markup that renders user management module
public override OutputResult GetModuleContent()
Returns
- OutputResult
HTML output as String