Restrictions Members HTML5/Flash Uploader ASP.NET

The Restrictions type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property DeniedFileMask

Gets or set a file mask for the files that are denied to be uploaded.

Public property EnableCmyk

Gets or set a value specifying whether the user is allowed to select CMYK images for the uploading.

Public property FileMask

Gets or sets a file mask for files allowed for upload.

Public property MaxFileCount

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

Public property MaxFileSize

Gets or sets a maximum file size allowed for upload to the server.

Public property MaxImageHeight

Gets or sets a maximum image height allowed for upload.

Public property MaxImageWidth

Gets or sets a maximum image width allowed for upload.

Public property MaxTotalFileSize

Gets or sets a maximum total file size allowed for upload.

Public property MinFileCount

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

Public property MinFileSize

Gets or sets a minimum file size allowed for upload.

Public property MinImageHeight

Gets or sets a minimum image height allowed for upload.

Public property MinImageWidth

Gets or sets a minimum image width allowed for upload.

See Also

Reference