WorkflowFileUpload Properties |
The WorkflowFileUpload type exposes the following members.
| Name | Description | |
|---|---|---|
| AddImageUrl |
The image url for Add and Replace
| |
| AddStyle |
Upload link style property
| |
| AddText |
Add link label property
| |
| AllowedExtensions |
Allowed extensions property
| |
| AutoPostBack |
If true, auto post back on file choice will be enabled
| |
| CancelImageUrl |
The image url for Cancel Replace
| |
| CancelText |
Cancel link label property
| |
| ControlsStyle |
How the control is displayed to the user using the DisplayType enumeration
| |
| Culture |
Culture
| |
| DeleteImageUrl |
The image url for Delete
| |
| DeleteStyle |
Delete link style property
| |
| DeleteText |
Delete link label property
| |
| DisplayMode |
Display Mode property
| |
| DownloadLink |
If true, link on file download will be enabled
| |
| DownloadStyle |
Download link style property
| |
| EmbedImagePreview |
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.
| |
| EmptyFileErrorMessage |
Empty File Error Message property
| |
| ExtensionRestrictionErrorMessage |
Forbidden File Extension Error Message property
| |
| FileInfo |
Return the FileInfo of the uploaded file if file exists
Else return null
| |
| FileName |
Return the filename of the uploaded file
| |
| FileSizeLimit |
Maximum file size property
| |
| FileSizeStyle |
File size description style property
| |
| ForbiddenExtensions |
Forbidden extensions property
| |
| HasFile |
Return true if a file has been uploaded
| |
| HasPostedFile |
Return true if a file has been posted
| |
| ModifyImageUrl |
The image url for Cancel Replace
| |
| ModifyStyle |
Modify link style property
| |
| OverwriteText |
Overwrite link label property
| |
| PostedFile |
Return the posted file
| |
| PreviewImageHeight |
Set the CSS height value for the image/pdf preview
| |
| PreviewImagePosition |
Choices: Top, Bottom
| |
| PreviewImageStyle |
Image preview style property
| |
| PreviewImageWidth |
Set the CSS width value for the image/pdf preview
| |
| ReadOnly |
If true, control is in read only mode
| |
| RequiredStyleWebControl |
WebControl used for applying a required style
| |
| SeparatorStyle |
Separator char style property
| |
| ShowFileSize |
If true, control will display file size
| |
| ShowPreviewImage |
If true, control will display the image or pdf preview when possible
Supported file extensions are .bmp, .gif, .jpg, .jpeg, .png, .svg and .pdf
| |
| SizeRestrictionErrorMessage |
Forbidden File Size Error Message property
| |
| UpdateText |
Update link label property
| |
| UploadStyle |
Upload control style property
| |
| ValidationValue |
Returns the value for validation
| |
| Width |
FileUpload Width
|