| FileEditorAllowFrontendUpload Property |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInParameterAttribute("Allow file upload from frontend")]
[AddInParameterEditorAttribute(typeof(YesNoParameterEditor), "inputClass=std editor-parameter;")]
public bool AllowFrontendUpload { get; set; }
<AddInParameterAttribute("Allow file upload from frontend")>
<AddInParameterEditorAttribute(GetType(YesNoParameterEditor), "inputClass=std editor-parameter;")>
Public Property AllowFrontendUpload As Boolean
Get
Set
Property Value
Type:
BooleanSee Also