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

Restrictions.MinFileCount Property

Gets or sets a minimum number of files allowed for upload per one session.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

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

Property Value

Type: System.Int32

The minimum file count allowed for upload per one session.

Default value is 1.

See Also

Reference