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

ImageUploader.ListColumnFileTypeText Property

Title of the file type column in the Details view.

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

Syntax

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

Property Value

A string value that specifies a title of the file type column in the Details view.

Default value is "Type".

Remarks

This property corresponds to ListColumnFileTypeText client-side property.

See Also

Reference