Try our conversational search powered by Generative AI!

Class PropertyLinkCollectionEditControl

Inheritance
System.Object
PropertyLinkCollectionEditControl
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PropertyLinkCollectionEditControl : ContentBaseUserControl, IPropertyLinkCollectionEditControl

Constructors

PropertyLinkCollectionEditControl()

Declaration
public PropertyLinkCollectionEditControl()

Fields

AddLinkButton

Declaration
protected ToolButton AddLinkButton
Field Value
Type Description
ToolButton

HiddenSubmitButton

Declaration
protected ToolButton HiddenSubmitButton
Field Value
Type Description
ToolButton
Declaration
protected Repeater Links
Field Value
Type Description
System.Web.UI.WebControls.Repeater

LinkValue

Declaration
protected HtmlInputHidden LinkValue
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputHidden

Properties

CurrentRow

Declaration
public int CurrentRow { get; set; }
Property Value
Type Description
System.Int32

NewLinkCollection

Declaration
public LinkItemCollection NewLinkCollection { get; set; }
Property Value
Type Description
LinkItemCollection

OriginalLinkCollection

Declaration
public LinkItemCollection OriginalLinkCollection { get; set; }
Property Value
Type Description
LinkItemCollection

ScriptSafeClientID

Declaration
protected string ScriptSafeClientID { get; }
Property Value
Type Description
System.String

Methods

DataBind()

Declaration
public override void DataBind()

DeleteButton_Command(Object, CommandEventArgs)

Declaration
protected void DeleteButton_Command(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

GetConfirmationMessage(LinkItem)

Declaration
protected string GetConfirmationMessage(LinkItem item)
Parameters
Type Name Description
LinkItem item
Returns
Type Description
System.String

GetOpenEditLinkEditorFunction(LinkItem)

Declaration
protected string GetOpenEditLinkEditorFunction(LinkItem linkItem)
Parameters
Type Name Description
LinkItem linkItem
Returns
Type Description
System.String

GetOpenEmptyLinkEditorFunction()

Declaration
protected string GetOpenEmptyLinkEditorFunction()
Returns
Type Description
System.String

HiddenSubmitButton_ServerClick(Object, EventArgs)

Declaration
protected void HiddenSubmitButton_ServerClick(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

InternalTranslate(String)

Declaration
public string InternalTranslate(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

MoveDown_Click(Object, CommandEventArgs)

Declaration
protected void MoveDown_Click(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

MoveUp_Click(Object, CommandEventArgs)

Declaration
protected void MoveUp_Click(object sender, CommandEventArgs e)
Parameters
Type Name Description
System.Object sender
System.Web.UI.WebControls.CommandEventArgs e

OnLoad(EventArgs)

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

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

Implements

Extension Methods