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

ContextMenu.ArrangeByPathText Property

Supported browsers: Internet Explorer

Gets or sets a caption of the Path context menu item inside Arrange by group.

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

Syntax

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

Property Value

Type: System.String

The caption of the Path context menu item.

Default value is "Path".

Remarks

This menu item sorts files in a pane by file path.

This property is necessary for localization of Image Uploader.

See Also

Reference