Click or drag to resize

FileArchiveSaveFileNameOnly Property

Gets or sets the value indicating whether the control will saves the full path or the file name only. Set to True if the control should saves the file name only, or to False if the control should saves the full path.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
[DefaultValueAttribute(false)]
public bool SaveFileNameOnly { get; set; }

Property Value

Type: Boolean
See Also