| Name | Description |
 | ErrorMessageAJAXRequestFileSize | Get or set error message when request to get file size fails |
 | ErrorMessageCancelUpload | Get or set error message when request for cancelling upload command fails If this is empty, uses $.ig.FileUpload.locale.errorMessageCancelUpload from the locale JS. |
 | ErrorMessageGetFileStatus | Get or set error message when ajax call to get file status throws error If this is empty, uses $.ig.FileUpload.locale.errorMessageGetFileStatus from the locale JS. |
 | ErrorMessageMaxFileSizeExceeded | Get or set error message shown when max file size of the uploaded file exceeds the limit If this is empty, uses $.ig.FileUpload.locale.errorMessageFileSizeExceeded from the locale JS. |
 | ErrorMessageMaxSimultaneousFiles | Get or set error message when maximum simultaneous files is less or equal to 0 |
 | ErrorMessageMaxUploadedFiles | Get or set error message when maximum allowed files exceeded |
 | ErrorMessageNoSuchFile | Get or set error message when file is not found, when client request to get file with specified key If this is empty, uses $.ig.FileUpload.locale.errorMessageNoSuchFile from the locale JS. |
 | ErrorMessageOther | Get or set error message different from other messages |
 | ErrorMessageValidatingFileExtension | Get or set error message when error is not defined |
 | IsEmpty | Checks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. |
 | LabelAddButton | Get or set label for browse button in main container. If this is empty, uses $.ig.FileUpload.locale.labelAddButton from the locale JS. |
 | LabelClearAllButton | Get or set label for summary Clear all button. It will be shown only in muliple upload mode. If this is empty, uses $.ig.FileUpload.locale.labelClearAllButton from the locale JS. |
 | LabelHideDetails | Get or set label for show/hide details button when main container is shown. If this is empty, uses $.ig.FileUpload.locale.labelHideDetails from the locale JS. |
 | LabelProgressBarFileNameContinue | Get or set filename when it could not be shown the whole file name and should be shorten. If this is empty, uses $.ig.FileUpload.locale.labelProgressBarFileNameContinue from the locale JS. |
 | LabelShowDetails | Get or set label for show/hide details button when main container is hidden. If this is empty, uses $.ig.FileUpload.locale.labelShowDetails from the locale JS. |
 | LabelSummaryProgressBarTemplate | Get or set template for showing uploading information in summary progress bar. It will be shown only in multiple upload mode. $0 uploaded filesize. $1 - total file size. If this is empty, uses $.ig.FileUpload.locale.labelSummaryProgressBarTemplate from the locale JS. |
 | LabelSummaryProgressButtonCancel | Get or set summary progressbar label for cancelling all files. Shown only in multiple upload mode. If this is empty, uses $.ig.FileUpload.locale.labelSummaryProgressButtonCancel from the locale JS. |
 | LabelSummaryProgressButtonContinue | Get or set summary progressbar label for start upload batch files. Shown only in multiple upload mode and autostartupload is false. If this is empty, uses $.ig.FileUpload.locale.labelSummaryProgressButtonContinue from the locale JS. |
 | LabelSummaryProgressButtonDone | Get or set summary progressbar label when upload is finished. Shown only in multiple upload mode. If this is empty, uses $.ig.FileUpload.locale.labelSummaryProgressButtonDone from the locale JS. |
 | LabelSummaryTemplate | Get or set template for showing summary template. $0 is count of uploaded files. $1 is total count of file to be uploaded. If this is empty, uses $.ig.FileUpload.locale.labelSummaryTemplate from the locale JS. |
 | LabelUploadButton | Get or set label for the first shown browse button. When file is selected for the first time this button is hidden. If this is empty, uses $.ig.FileUpload.locale.labelUploadButton from the locale JS. |