Click or drag to resize

FileWidgetFilePathFieldClientId Property

The ClientID of the control used to hold the true filename when this widget is used to show the "pretty" name. If this value is null or blank then it is assumed that there is no dedicated control for the "pretty" name and so only the true filename is captured.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string FilePathFieldClientId { get; set; }

Property Value

Type: String

Implements

IFileWidgetFilePathFieldClientId
See Also