AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageSelectorDocumentLink Members

The AdvantageSelectorDocumentLink type exposes the following members.

Constructors


  Name Description
Public method AdvantageSelectorDocumentLink
Initializes a new instance of the AdvantageSelectorDocumentLink class.

Methods


  Name Description
Public method ClearDocumentLink
Clears the document link.
Protected method CreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Public method GetDocumentLink
Gets the document link.
Public method GetDocumentLinkObject
Gets the document link object.
Protected method OnInit
Raises the Init event.
Protected method OnPreRender
Raises the PreRender event.
Public method RenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
Public method RenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Protected method SaveViewState
Saves any state that was modified after the TrackViewState method was invoked.
Public method SetDocumentLink
Sets the document link.
Public method SetDocumentLinkObject
Sets the document link object.

Fields


  Name Description
Protected field docSelector
The document selector
Protected field lnkSelector
The LNK selector
Protected field pnlControl
The PNL control
Protected field pnlDoc
The PNL document
Protected field pnlLink
The PNL link
Protected field rbDockLink
The rb dock link
Public field SelectLabel
The select label

Properties


  Name Description
Public property CurrentDomain
Gets the domain currently scoped to this control.
Public property CurrentLanguage
Gets the language currently scoped to this control.
Public property CurrentSql
Gets the SQL helper scoped to the current request.
Public property CurrentUser
Gets the authenticated user executing the current request.
Public property DocumentLabel
Gets or sets the document label.
Public property LinkLabel
Gets or sets the link label.
Public property NavigationEngine
Gets the navigation engine.
Public property RenderMode
Gets or sets the label.
Public property SearchPatterns
Gets or sets the search patterns.
Protected property TagName
Gets the name of the control tag. This property is used primarily by control developers.