Class PersonalizedContent
Inheritance
System.Object
PersonalizedContent
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PersonalizedContent : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
PersonalizedContent()
Declaration
public PersonalizedContent()
Fields
BodySettings1
Declaration
protected BodySettings BodySettings1
Field Value
GroupList
Declaration
protected GroupListEditor GroupList
Field Value
HelpButton1
Declaration
protected HelpButton HelpButton1
Field Value
Literal1
Declaration
protected Literal Literal1
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Literal |
|
OkButton
Declaration
protected ToolButton OkButton
Field Value
RemoveButton
Declaration
protected ToolButton RemoveButton
Field Value
ToolButton1
Declaration
protected ToolButton ToolButton1
Field Value
ValidationSummaryForPersonalizedContent
Declaration
protected ValidationSummary ValidationSummaryForPersonalizedContent
Field Value
| Type |
Description |
| System.Web.UI.WebControls.ValidationSummary |
|
VisitorPanel
Declaration
protected HtmlGenericControl VisitorPanel
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlGenericControl |
|
Properties
LocalizationService
Declaration
public Injected<LocalizationService> LocalizationService { get; set; }
Property Value
PersonalizedContentFactory
Declaration
public Injected<IPersonalizedContentFactory> PersonalizedContentFactory { get; set; }
Property Value
PersonalizedContentMarkupJson
Declaration
protected string PersonalizedContentMarkupJson { get; }
Property Value
| Type |
Description |
| System.String |
|
VisitorGroupRepository
Declaration
public Injected<IVisitorGroupRepository> VisitorGroupRepository { get; set; }
Property Value
VisitorGroupRoleRepository
Declaration
public Injected<IVisitorGroupRoleRepository> VisitorGroupRoleRepository { get; set; }
Property Value
Methods
OkButton_Click(Object, EventArgs)
Declaration
protected void OkButton_Click(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Page_Load(Object, EventArgs)
Declaration
protected void Page_Load(object sender, EventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.EventArgs |
e |
|
Implements
Extension Methods