SaaS CMS has officially launched! Learn more now.

Class HyperlinkProperties

Inheritance
System.Object
HyperlinkProperties
Namespace: EPiServer.UI.Editor.Tools.Dialogs
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class HyperlinkProperties : WebFormsBase, ISupportsScriptManager, ISystemMessageSink

Constructors

HyperlinkProperties()

Declaration
public HyperlinkProperties()

Fields

actionTab

Declaration
protected TabStrip actionTab
Field Value
Type Description
TabStrip

activeTab

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

DeleteButton

Declaration
protected ToolButton DeleteButton
Field Value
Type Description
ToolButton

documentframe

Declaration
protected DropDownList documentframe
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

DocumentPanel

Declaration
protected Panel DocumentPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

DocumentTab

Declaration
protected Tab DocumentTab
Field Value
Type Description
Tab

EmailPanel

Declaration
protected Panel EmailPanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

EmailTab

Declaration
protected Tab EmailTab
Field Value
Type Description
Tab

linkframe

Declaration
protected DropDownList linkframe
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

linkinternalurl

Declaration
protected InputPageReference linkinternalurl
Field Value
Type Description
InputPageReference

linklanguages

Declaration
protected DropDownList linklanguages
Field Value
Type Description
System.Web.UI.WebControls.DropDownList

linktypeanchor

Declaration
protected HtmlInputRadioButton linktypeanchor
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputRadioButton

linktypeexternal

Declaration
protected HtmlInputRadioButton linktypeexternal
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputRadioButton

linktypeinternal

Declaration
protected HtmlInputRadioButton linktypeinternal
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlInputRadioButton

OkButton

Declaration
protected ToolButton OkButton
Field Value
Type Description
ToolButton

TabDisabledClass

Declaration
protected string TabDisabledClass
Field Value
Type Description
System.String

tabView

Declaration
protected Panel tabView
Field Value
Type Description
System.Web.UI.WebControls.Panel

WebPagePanel

Declaration
protected Panel WebPagePanel
Field Value
Type Description
System.Web.UI.WebControls.Panel

WebPageTab

Declaration
protected Tab WebPageTab
Field Value
Type Description
Tab

Properties

DocumentNotFound

Declaration
protected bool DocumentNotFound { get; set; }
Property Value
Type Description
System.Boolean

DocumentUnauthorizedAccess

Declaration
protected bool DocumentUnauthorizedAccess { get; set; }
Property Value
Type Description
System.Boolean

ErrorMessage

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

Frame

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

IsExternalDocument

Declaration
protected bool IsExternalDocument { get; set; }
Property Value
Type Description
System.Boolean

IsInternalDocument

Declaration
protected bool IsInternalDocument { get; set; }
Property Value
Type Description
System.Boolean

IsInternalUrl

Declaration
protected bool IsInternalUrl { get; set; }
Property Value
Type Description
System.Boolean
Declaration
protected bool IsMailLink { get; set; }
Property Value
Type Description
System.Boolean

IsNetworkDocument

Declaration
protected bool IsNetworkDocument { get; set; }
Property Value
Type Description
System.Boolean
Declaration
public bool IsUnresolvedInternalLink { get; set; }
Property Value
Type Description
System.Boolean

Language

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

PageAccessDenied

Declaration
protected bool PageAccessDenied { get; set; }
Property Value
Type Description
System.Boolean

PageNameFieldId

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

PageNotFound

Declaration
protected bool PageNotFound { get; set; }
Property Value
Type Description
System.Boolean

PageRefFieldId

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

Methods

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