Gets or sets a value indicating whether the thumbnails will be uploaded with images.

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)

Syntax

C#
public bool UploadThumbnails { get; set; }
Visual Basic
Public Property UploadThumbnails As Boolean
	Get
	Set
Visual C++
public:
property bool UploadThumbnails {
	bool get ();
	void set (bool value);
}

Field Value

true if upload thumbnails; otherwise, false.

See Also