Kendo.Mvc.UI.FileManagerUploadValidationSettings
Defines the fluent API for configuring the FileManagerUploadValidationSettings settings.
Properties
AllowedExtensions
A list of the file extensions which are allowed for upload. Recognizes entries of both .type
and type
values.
MaxFileSize
Defines the maximum file size in bytes allowed for upload.
MinFileSize
Defines the minimum file size in bytes allowed for upload.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary