Click or drag to resize

WorkflowFileUpload Properties

The WorkflowFileUpload type exposes the following members.

Properties
  NameDescription
Public propertyAddImageUrl
The image url for Add and Replace
Public propertyAddStyle
Upload link style property
Public propertyAddText
Add link label property
Public propertyAllowedExtensions
Allowed extensions property
Public propertyAutoPostBack
If true, auto post back on file choice will be enabled
Public propertyCancelImageUrl
The image url for Cancel Replace
Public propertyCancelText
Cancel link label property
Public propertyControlsStyle
How the control is displayed to the user using the DisplayType enumeration
Public propertyCulture
Culture
Public propertyDeleteImageUrl
The image url for Delete
Public propertyDeleteStyle
Delete link style property
Public propertyDeleteText
Delete link label property
Public propertyDisplayMode
Display Mode property
Public propertyDownloadLink
If true, link on file download will be enabled
Public propertyDownloadStyle
Download link style property
Public propertyEmbedImagePreview
Source of the image/pdf preview in the form archive. If True, the whole image/pdf will be embedded in the form archive. If false, the image/pdf source will come from a URL to WorkflowGen.
Public propertyEmptyFileErrorMessage
Empty File Error Message property
Public propertyExtensionRestrictionErrorMessage
Forbidden File Extension Error Message property
Public propertyFileInfo
Return the FileInfo of the uploaded file if file exists Else return null
Public propertyFileName
Return the filename of the uploaded file
Public propertyFileSizeLimit
Maximum file size property
Public propertyFileSizeStyle
File size description style property
Public propertyForbiddenExtensions
Forbidden extensions property
Public propertyHasFile
Return true if a file has been uploaded
Public propertyHasPostedFile
Return true if a file has been posted
Public propertyModifyImageUrl
The image url for Cancel Replace
Public propertyModifyStyle
Modify link style property
Public propertyOverwriteText
Overwrite link label property
Public propertyPostedFile
Return the posted file
Public propertyPreviewImageHeight
Set the CSS height value for the image/pdf preview
Public propertyPreviewImagePosition
Choices: Top, Bottom
Public propertyPreviewImageStyle
Image preview style property
Public propertyPreviewImageWidth
Set the CSS width value for the image/pdf preview
Public propertyReadOnly
If true, control is in read only mode
Public propertyRequiredStyleWebControl
WebControl used for applying a required style
Public propertySeparatorStyle
Separator char style property
Public propertyShowFileSize
If true, control will display file size
Public propertyShowPreviewImage
If true, control will display the image or pdf preview when possible Supported file extensions are .bmp, .gif, .jpg, .jpeg, .png, .svg and .pdf
Public propertySizeRestrictionErrorMessage
Forbidden File Size Error Message property
Public propertyUpdateText
Update link label property
Public propertyUploadStyle
Upload control style property
Public propertyValidationValue
Returns the value for validation
Public propertyWidth
FileUpload Width
Top
See Also