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

ImageUploader.ListColumnLastModifiedText Property

Title of the last modification date column in the Details view.

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

Syntax

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

Property Value

A string value that specifies a title of the last modification date column in the Details view.

Default value is "Modified".

Remarks

This property corresponds to ListColumnLastModifiedText client-side property.

See Also

Reference