Aurigma Image Uploader Flash 7.2.9
StatusPane..::.FilesPreparedText Property
Gets or sets the caption of the Files prepared label.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Syntax
Visual Basic
Public Property FilesPreparedText As String
C#
public string FilesPreparedText { get; set; }
Property Value
Type: System..::.String
The caption of the Files prepared label.
To be able to display additional information in this label, special placeholders are used:
- {0}
- replaced by the currently processed file number.
- {1}
- replaced by the total number of files to be processed.
Default value is "Files prepared: {0} / {1}".