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

ImageUploader.UnixFileSystemRootText Property

Caption of the folder tree node which specifies the system directory at *NIX systems.

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

Syntax

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

Property Value

A string value that specifies a caption of the folder tree node which specifies the system directory at *NIX systems.

Default value is "Filesystem".

Remarks

This property corresponds to UnixFileSystemRootText client-side property.

See Also

Reference