Click or drag to resize

LinkManager Class

Generates a link chooser field, with an associated chooser dialog.
Inheritance Hierarchy
System.Web.UI.WebControlsWebControl
  Dynamicweb.ControlsLinkManager

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[DefaultPropertyAttribute("Value")]
public class LinkManager : WebControl, 
	IPostBackDataHandler

The LinkManager type exposes the following members.

Constructors
  NameDescription
Public methodLinkManager
Initializes a new instance of the LinkManager class
Top
Properties
  NameDescription
Public propertyAreaID
Specifies the current area id.
Public propertyCode exampleClientAfterSelectCallback
Name of the callback function to be executed upon the completion of the request.
Public propertyDisableFileArchive
Permits the end-user to select a element in the file archive
Public propertyDisableParagraphSelector
Permits the end-user to select a paragraph.
Public propertyDisableTyping
Gets or sets a value indicating whether typing is disabled.
Public propertyEnablePageSelector
Gets or sets a value indicating whether the page selector is enabled.
Public propertyName
Public propertyValue
Sets and returns an URL as a String. Can return a # reference if not DisableParagraphSelector is False. Can return a /Files if not DisableFileArchive is False.
Top
Methods
  NameDescription
Public methodLoadPostData
When implemented by a class, processes postback data for an ASP.NET server control.
Public methodRaisePostDataChangedEvent
When implemented by a class, signals the server control to notify the ASP.NET application that the state of the control has changed.
Protected methodRender
Renders the control to the specified HTML writer.
Top
See Also