Gets or sets a value indicating whether the thumbnails will be uploaded with images.
Namespace:
ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)
Syntax
C# |
---|
public bool UploadThumbnails { get; set; } |
Visual Basic (Declaration) |
---|
Public Property UploadThumbnails As Boolean |
Visual C++ |
---|
public: property bool UploadThumbnails { bool get (); void set (bool value); } |