Click or drag to resize
MediaFilesSelectorPropertiesMaxFilesLimit Property
Limit of maximum number of files allowed to be selected.

Namespace: Kentico.Components.Web.Mvc.FormComponents
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public int MaxFilesLimit { get; set; }

Property Value

Type: Int32
Remarks
Following values can be used to limit the maximum number of files: 0 - unlimited 1 - single file selection n - n-files selection
See Also