| FileEditorMaxFilesToAdd Property |
Namespace:
Dynamicweb.Content.Items.Editors
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax [AddInParameterAttribute("Max files to add")]
[AddInParameterEditorAttribute(typeof(TextParameterEditor), "inputClass=std editor-parameter")]
public string MaxFilesToAdd { get; set; }
<AddInParameterAttribute("Max files to add")>
<AddInParameterEditorAttribute(GetType(TextParameterEditor), "inputClass=std editor-parameter")>
Public Property MaxFilesToAdd As String
Get
Set
Property Value
Type:
StringSee Also