Click or drag to resize
IFileUploaderLimitService Interface
Contains properties for retrieving limits for FileUploaderComponent.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public interface IFileUploaderLimitService

The IFileUploaderLimitService type exposes the following members.

Properties
  NameDescription
Public propertyMaxAllowedFileSize
Gets the maximal allowed upload file size in kilobytes.
Top
See Also