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

FolderPane.FilterHintText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the prompt inside the search box.

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

Syntax

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

Property Value

Type: System.String

The text of the prompt inside the search box.

Default value is "Search ".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference