Click or drag to resize
FileUploaderComponent Properties

The FileUploaderComponent type exposes the following members.

Properties
  NameDescription
Public propertyBaseProperties
Gets the form component's properties as its base type.
(Inherited from FormComponentTProperties, TValue.)
Public propertyCustomAutopostHandling
If true, prevents built-in visibility condition handling for this component.
(Inherited from FormComponent.)
Public propertyDefinition
Gets or sets the definition under which the form component is registered in the system.
(Inherited from FormComponent.)
Public propertyDeleteOrReplaceFile
Gets or sets a value indicating whether to delete or replace the current form file.
Public propertyFileInputClientId
Represents the identifier of the file uploader.
Public propertyFormSite
Gets the site of the form this component is being used for. The site is determined from the bound context.
Public propertyHasDependingFields
Gets or sets a value indicating whether there are another form components whose visibility condition depends on this component's value.
(Inherited from FormComponent.)
Public propertyLabelForPropertyName
Gets the name of the FileInputClientId property.
(Overrides FormComponentLabelForPropertyName.)
Public propertyMaxAllowedFileSize
Gets the maximal size of the file that can be uploaded in kilobytes.
Public propertyName
Gets or sets the name of the corresponding form field. The name is used as a prefix when naming the HTML input.
(Inherited from FormComponent.)
Public propertyOriginalFileName
Gets or sets the original file name of the form file.
Public propertyPlainOriginalFileName
Gets or sets the original file name of the form file.
Public propertyPlainSystemFileName
Represents the identifier of the permanent file that is already stored in the database and file system.
Public propertyPlainTempFileIdentifier
Represents the identifier of the newly uploaded file in the unprotected format.
Public propertyProperties
Gets the form component's properties.
(Inherited from FormComponentTProperties, TValue.)
Public propertyPropertiesType
Gets the properties type of the form component.
(Inherited from FormComponent.)
Public propertyShowPartialValidationMessages
Also shows validation errors of partial values of the component. If false, each individual component should contain validation message in its partial view.
(Inherited from FormComponent.)
Public propertyShowViewFileLink
Gets a value indicating whether to display a view file link after a file has previously been uploaded.
Public propertySystemFileName
Gets or sets the permanent file name of the form file.
Public propertyTempFileIdentifier
Gets or sets the identifier of the newly uploaded file.
Public propertyTempFileOriginalName
Gets or sets the original name of the newly uploaded file.
Top
See Also