Table of Contents

Class UserEditFrontend

Namespace
Dynamicweb.Users.Frontend.UserEdit
Assembly
Dynamicweb.Users.dll
[ModuleName("UserEdit", "Users - Edit user")]
[AddInName("UserEdit")]
public sealed class UserEditFrontend : ContentModule, IModule
Inheritance
UserEditFrontend
Implements
Inherited Members

Methods

GetModuleContent()

Gets the content for rendering the edit user module with a ViewModel.

public override OutputResult GetModuleContent()

Returns

OutputResult

Module content.

To top