Skip to main content
A newer version of this page is available. .

ASPxHtmlEditorUploadValidationSettingsBase Properties

Serves as a base for classes that contain settings related to validation of media files, uploaded using the ASPxHtmlEditor control.
Name Description
AllowedContentTypes Obsolete. Gets or sets the allowed content types of the uploaded file. Inherited from UploadControlValidationSettings.
AllowedFileExtensions Gets or sets the file extensions allowed for upload in the File Manager used within built-in dialogs.
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.
InvalidUrlErrorText Gets or sets the error text to be displayed in built-in dialogs, if the specified URL is wrong.
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 Gets or sets the maximum size of an uploaded file.
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.
ShowErrors Gets or sets the value specifying whether the error message is displayed if the uploaded file does not pass validation.
See Also