| RichTextEditorConfgurationId Property |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInLabelAttribute("Select configuration")]
[AddInParameterAttribute("SelectConfgurationId")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "inputClass=std editor-parameter")]
public int ConfgurationId { get; set; }
<AddInLabelAttribute("Select configuration")>
<AddInParameterAttribute("SelectConfgurationId")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "inputClass=std editor-parameter")>
Public Property ConfgurationId As Integer
Get
Set
Property Value
Type:
Int32See Also