Class LinkEditorBase
- Namespace
- Dynamicweb.Content.Items.Editors
- Assembly
- Dynamicweb.dll
Represents a link editor.
- Inheritance
-
Link
Editor Base
- Derived
- Inherited Members
Constructors
LinkEditorBase()
Initializes a new instance of an object.
Fields
_enableFileSelection
Field Value
_enablePageSelection
Field Value
_enableParagraphSelection
Field Value
Properties
DataType
Gets the data type for this editor.
Property Value
EnableFileSelection
Gets or sets value indicating whether to enable file selection.
Property Value
EnablePageSelection
Gets or sets value indicating whether to enable page selection.
[AddInLabel("Enable page selection")]
[AddInParameterOrder(10)]
[AddInParameter("EnablePageSelection")]
[AddInParameterEditor(typeof(YesNoParameterEditor), "inputClass=std editor-parameter")]
public bool EnablePageSelection { get; set; }
Property Value
EnableParagraphSelection
Gets or sets value indicating whether to enable paragraph selection.
[AddInLabel("Enable paragraph selection")]
[AddInParameterOrder(20)]
[AddInParameter("EnableParagraphSelection")]
[AddInParameterEditor(typeof(YesNoParameterEditor), "inputClass=std editor-parameter")]
public bool EnableParagraphSelection { get; set; }
Property Value
ItemsOnly
Gets or sets value indicating whether only item-based pages/paragraphs can be selected.