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

ImageUploader.GuiGraphicsVersion Property

Version indicator of images used as buttons and icons of Image Uploader user interface.

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

Syntax

Visual Basic
Public Property GuiGraphicsVersion As String
C#
public string GuiGraphicsVersion { get; set; }

Property Value

A string value that identifies version of images used as buttons and icons. It is highly recommended to use unique value every time you update these images (e.g. incrementing numbers or GUID).

Default value is "1".

Remarks

This property corresponds to GuiGraphicsVersion client-side property.

See Also

Reference