Gets or sets a value that determines whether only the file name or the full path is displayed.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Category.Appearance")]
[DefaultValueAttribute(false)]
[JsonAttribute(true, true, false)]
public bool ShowFullPath { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Appearance")> _
<DefaultValueAttribute(False)> _
<JsonAttribute(True, True, False)> _
Public Property ShowFullPath As Boolean
	Get
	Set

See Also