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

ContextMenu.ArrangeByModifiedText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

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

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

Syntax

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

Property Value

Type: System.String

The caption of the Date modified context menu item.

Default value is "Date modified".

Remarks

This menu item sorts files in a pane by last modified date.

This property is necessary for localization of Image Uploader.

See Also

Reference