Class UserProfileController
Inheritance
System.Object
UserProfileController
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class UserProfileController : Controller
Constructors
UserProfileController(LocalizationService)
Declaration
public UserProfileController(LocalizationService localizationService)
Parameters
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