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

ImageUploader.RememberLastVisitedFolder Property

Switch that indicates whether Image Uploader should remember the last visited folder.

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

Syntax

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

Property Value

A boolean value (true or false). If true, Image Uploader remembers the last folder visited by the user. This information is stored in the client computer registry. When the user opens the page with Image Uploader again, the file tree will be expanded on this folder. Otherwise, the top element of the file tree will be expanded.

Default value is true.

Remarks

This property corresponds to RememberLastVisitedFolder client-side property.

See Also

Reference