File name of the item which is represented with this Thumbnail control.

Syntax

Initialize
JavaScript CopyCode imageCopy Code
<script type="text/javascript" src="iuembed.js"></script>
<script type="text/javascript">
var tw = new ThumbnailWriter("ThumbnailID", 610, 500);
//...other params...
tw.addParam("FileName", "");
//...other params...
tw.writeHtml();
</script>
Get/Set Value in Runtime
JavaScript CopyCode imageCopy Code
getImageUploader("ThumbnailID").setFileName(value);
value = getImageUploader("ThumbnailID").getFileName();
Property Value

A string value containing file name that identifies this item.

Default value is "".

Remarks

Before binding the thumbnail with some upload list item, you should specify the parent ImageUploader control. You can do it using the ParentControlName property.

See Also

Examples
Customizing Upload Pane
Multiple Descriptions Sample
Photo Order Sample

Reference
Guid Property
ImageUploader.UploadFileGuid Property