Gets or sets the maximum number of files to be uploaded.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
C# |
---|
[C1CategoryAttribute("Category.Behavior")] [JsonAttribute(true, true, )] [DefaultValueAttribute()] public int MaximumFiles { get; set; } |
Visual Basic (Declaration) |
---|
<C1CategoryAttribute("Category.Behavior")> _ <JsonAttribute(True, True, )> _ <DefaultValueAttribute()> _ Public Property MaximumFiles As Integer Get Set |