Class ConfirmLanguageSpecific
Inheritance
System.Object
ConfirmLanguageSpecific
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ConfirmLanguageSpecific : WebFormsBase, ISupportsScriptManager, ISystemMessageSink
Constructors
ConfirmLanguageSpecific()
Declaration
public ConfirmLanguageSpecific()
Fields
Declaration
protected ToolButton CancelButton
Field Value
Declaration
protected ToolButton ContinueButton
Field Value
foundProps
Declaration
protected bool foundProps
Field Value
Type |
Description |
System.Boolean |
|
Declaration
protected ToolButton OkButton
Field Value
pageListText
Declaration
protected Translate pageListText
Field Value
referenceListPublished
Declaration
protected Repeater referenceListPublished
Field Value
Type |
Description |
System.Web.UI.WebControls.Repeater |
|
Properties
ContentModelUsage
Declaration
public Injected<IContentModelUsage> ContentModelUsage { get; set; }
Property Value
PropertyDefinitionRepository
Declaration
public Injected<IPropertyDefinitionRepository> PropertyDefinitionRepository { get; set; }
Property Value
Methods
GeneratePageLink(ContentUsage)
Declaration
protected string GeneratePageLink(ContentUsage currentRow)
Parameters
Returns
Type |
Description |
System.String |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Implements
Extension Methods