Try our conversational search powered by Generative AI!

Class ConfirmLanguageSpecific

Inheritance
System.Object
ConfirmLanguageSpecific
Namespace: EPiServer.UI.Admin
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ConfirmLanguageSpecific : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

ConfirmLanguageSpecific()

Declaration
public ConfirmLanguageSpecific()

Fields

CancelButton

Declaration
protected ToolButton CancelButton
Field Value
Type Description
ToolButton

ContinueButton

Declaration
protected ToolButton ContinueButton
Field Value
Type Description
ToolButton

foundProps

Declaration
protected bool foundProps
Field Value
Type Description
System.Boolean

OkButton

Declaration
protected ToolButton OkButton
Field Value
Type Description
ToolButton

pageListText

Declaration
protected Translate pageListText
Field Value
Type Description
Translate

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
Type Description
Injected<IContentModelUsage>

PropertyDefinitionRepository

Declaration
public Injected<IPropertyDefinitionRepository> PropertyDefinitionRepository { get; set; }
Property Value
Type Description
Injected<IPropertyDefinitionRepository>

Methods

Declaration
protected string GeneratePageLink(ContentUsage currentRow)
Parameters
Type Name Description
ContentUsage currentRow
Returns
Type Description
System.String

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

Implements

Extension Methods