Click or drag to resize
UploaderValidateOption Class
A helper class which can be used to hold validation information, used by the Ajax Uploader.
Inheritance Hierarchy
SystemObject
  CuteWebUIUploaderValidateOption

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class UploaderValidateOption

The UploaderValidateOption type exposes the following members.

Constructors
  NameDescription
Public methodUploaderValidateOption
Initializes a new instance of the UploaderValidateOption class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMaxSizeKBWithConfig
with DefaultMaxSizeKB/GlobalMaxSizeKB
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodMatchExtension
This helper function help you to validate that a file has an allowed extension.
Public methodMatchMimeType
Public methodMatchRegExp
This helper function help you to validate that a file matched the regexp.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Public methodValidateFileData
Top
Properties
  NameDescription
Public propertyAllowedFileExtensions
Gets or sets the allowed file extensions for uploading.
Public propertyAllowedFileMimeTypes
Public propertyAllowedFileRegExp
Gets or sets the allowed file name RegExp.
Public propertyEnableMimetypeChecking
Public propertyMaxSizeKB
Gets or sets the maximum allowed size of the file, in KB.
Top
See Also