Indicates if thumbails are saved for each upload.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Boolean

See Also