Try our conversational search powered by Generative AI!

Class UserProfileController

Inheritance
System.Object
UserProfileController
Namespace: EPiServer.Cms.Shell.UI.Controllers.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class UserProfileController : Controller

Constructors

UserProfileController(LocalizationService)

Declaration
public UserProfileController(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

Methods

Edit(String, String, String)

Declaration
public ActionResult Edit(string namingContainer, string profileKey, string matchType)
Parameters
Type Name Description
System.String namingContainer
System.String profileKey
System.String matchType
Returns
Type Description
System.Web.Mvc.ActionResult

NameToTypeMap()

Declaration
public JsonResult NameToTypeMap()
Returns
Type Description
System.Web.Mvc.JsonResult

Extension Methods