FolderPane.HeaderText Property ActiveX/Java Uploader ASP.NET

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a text of the Folder pane header.

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

Syntax

C#
public string HeaderText { get; set; }

Property Value

Type: System..String

The text of the Folder pane header. It can contain the following placeholders:

[totalCount]
replaced by the total number of files.
[allowedCount]
replaced by the number of allowed files.

Also this text can contain the following tags:

<totalLink></totalLink>
defines a hyperlink allowing users to display all files contained in the current folder (regardless of applied restrictions).
<allowedLink></allowedLink>
defines a hyperlink allowing users to display only those files in the current folder which fit specified restrictions.
Note

If no restrictions are specified or all files in a folder are permitted for upload, text in the Folder pane header is not displayed.

Default value is "<totalLink>total [totalCount]</totalLink>, <allowedLink>Allowed [allowedCount]</allowedLink>".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference