Class PropertyLinkCollectionEditControl
Inheritance
System.Object
PropertyLinkCollectionEditControl
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class PropertyLinkCollectionEditControl : ContentBaseUserControl, IPropertyLinkCollectionEditControl
Constructors
PropertyLinkCollectionEditControl()
Declaration
public PropertyLinkCollectionEditControl()
Fields
Declaration
protected ToolButton AddLinkButton
Field Value
Declaration
protected ToolButton HiddenSubmitButton
Field Value
Links
Declaration
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
OriginalLinkCollection
Declaration
public LinkItemCollection OriginalLinkCollection { get; set; }
Property Value
ScriptSafeClientID
Declaration
protected string ScriptSafeClientID { get; }
Property Value
Type |
Description |
System.String |
|
Methods
DataBind()
Declaration
public override void DataBind()
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
Returns
Type |
Description |
System.String |
|
GetOpenEditLinkEditorFunction(LinkItem)
Declaration
protected string GetOpenEditLinkEditorFunction(LinkItem linkItem)
Parameters
Returns
Type |
Description |
System.String |
|
GetOpenEmptyLinkEditorFunction()
Declaration
protected string GetOpenEmptyLinkEditorFunction()
Returns
Type |
Description |
System.String |
|
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