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

ImageUploader.UnixHomeDirectoryText Property

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

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

Syntax

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

Property Value

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

Default value is "Home directory".

Remarks

This property corresponds to UnixHomeDirectoryText client-side property.

See Also

Reference