Gets or sets the template of thumbnail files naming.

Namespace:  UltimateUploader
Assembly:  UltimateUploader (in UltimateUploader.dll) Version: 1.4.0.0 (1.4.0)

Syntax

C#
public string ThumbNameTemplate { get; set; }
Visual Basic (Declaration)
Public Property ThumbNameTemplate As String
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.

See Also