MVCxFileManagerValidationSettings Members
Contains upload validation settings of a built-in file manager (Document Selector or Image Selector).Constructors
Name | Description |
---|---|
MVCxFileManagerValidationSettings(IPropertiesOwner) | Initializes a new instance of the MVCxFileManagerValidationSettings class with the specified owner. |
Properties
Name | Description |
---|---|
AllowedContentTypes | Obsolete. Gets or sets the allowed content types of the uploaded file. Inherited from UploadControlValidationSettings. |
DisableHttpHandlerValidation | Specifies whether to disable the ASPxUploadProgressHttpHandler validation. Inherited from UploadControlValidationSettings. |
ErrorStyle | Gets the style settings for rendering the error message that is displayed if the uploaded file does not pass validation. Inherited from UploadControlValidationSettings. |
FileDoesNotExistErrorText | Obsolete. Gets or sets the error text which indicates that the file selected for upload doesn’t exist on the client computer. Inherited from UploadControlValidationSettings. |
GeneralErrorText | Gets or sets the error text indicating that an external error occurs during the specified file’s uploading. Inherited from UploadControlValidationSettings. |
MaxFileCount | Gets or sets the maximum file count to be uploaded at once. Inherited from UploadControlValidationSettings. |
MaxFileCountErrorText | Gets or sets the error text indicating that the number of files selected for upload exceeds the maximum allowed value. Inherited from UploadControlValidationSettings. |
MaxFileSize | Specifies the maximum size of the uploaded file. Inherited from UploadControlValidationSettings. |
MaxFileSizeErrorText | Gets or sets the error text indicating that the uploaded file’s size exceeds the maximum allowed value. Inherited from UploadControlValidationSettings. |
MultiSelectionErrorText | Gets or sets the error text to be displayed within the editor’s error frame if the editor’s validation fails, provided the multi-file selection mode is used. Inherited from UploadControlValidationSettings. |
NotAllowedContentTypeErrorText | Obsolete. Gets or sets the error text indicating that the specified file’s content type is not allowed. Inherited from UploadControlValidationSettings. |
NotAllowedFileExtensionErrorText | Gets or sets the error text indicating that the specified file’s extension is not allowed. Inherited from UploadControlValidationSettings. |
Methods
Name | Description |
---|---|
Assign(PropertiesBase) | Copies the settings from the specified PropertiesBase object to the current object. Inherited from UploadControlValidationSettings. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | This method is not in effect for the UploadControlValidationSettings class. Inherited from UploadControlValidationSettings. |
See Also