Defines if the thumbnail images are stored when uploading files. If set to false, thumbnails are generated on the fly on each visit.

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

Syntax

C#
public static bool StoreThumbnails { get; }
Visual Basic
Public Shared ReadOnly Property StoreThumbnails As Boolean
	Get
Visual C++
public:
static property bool StoreThumbnails {
	bool get ();
}
F#
static member StoreThumbnails : bool with get

Property Value

Type: Boolean
true if [store thumbnails]; otherwise, false.

See Also