This documentation is for the old version. Go to the latest Upload Suite docs

FileSettings.MinContentLength Property

Gets or sets the minimum allowable size for the uploaded content.

Namespace: Aurigma.ImageUploader.AmazonS3
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MinContentLength As Integer
C#
public int MinContentLength { get; set; }

Property Value

The value that represents a minimum allowable size for the uploaded content.

See Also

Reference