This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.CacheGuiGraphics Property

Switch that enables/disables caching of image buttons (when XXXImageFormat properties are used).

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property CacheGuiGraphics As Boolean
C#
public bool CacheGuiGraphics { get; set; }

Property Value

A boolean value (true or false). If true, images specified in XXXImageFormat properties will be cached by the browser. It means that when the user reloads the page with Image Uploader, button images will not be downloaded from the server again, and local copy will be used. If false specified, Image Uploader will download button images every time the page is reloaded.

Default value is false.

Remarks

This property corresponds to CacheGuiGraphics client-side property.

See Also

Reference