Gets or sets the template of thumbnail files naming.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.0)
Syntax
| C# |
|---|
public string ThumbNameTemplate { get; set; } |
| Visual Basic |
|---|
Public Property ThumbNameTemplate As String Get Set |
| Visual C++ |
|---|
public: property String^ ThumbNameTemplate { String^ get (); void set (String^ value); } |
Field Value
Template of thumbnail files naming.
Remarks
Should contain "{0}" literal meaning an original filename, otherwise will be ignored.