Click or drag to resize

FileManagerFixFieldName Property

Gets or sets if the fieldname should be fiex. If set to true, it replaces “/” with “_” in the name of the input.

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

Property Value

Type: Boolean
Remarks
Default is false
See Also