| LinkEditorEnableFileSelection Property |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInLabelAttribute("Enable file selection")]
[AddInParameterOrderAttribute(30)]
[AddInParameterAttribute("EnableFileSelection")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "inputClass=std editor-parameter")]
public bool EnableFileSelection { get; set; }
<AddInLabelAttribute("Enable file selection")>
<AddInParameterOrderAttribute(30)>
<AddInParameterAttribute("EnableFileSelection")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "inputClass=std editor-parameter")>
Public Property EnableFileSelection As Boolean
Get
Set
Property Value
Type:
BooleanSee Also