File name of the item which is represented with this Thumbnail control.
Syntax
Initialize
JavaScript | ![]() |
---|---|
<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 | ![]() |
---|---|
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.