FixedName

InvalidFormField.FixedName property

Gets or sets the new name for the form field after repair. This name removes duplicate unique identifiers with other form fields and sets a unique bookmark name.

public string FixedName { get; set; }

Remarks

FixedName = string.Format("{0}_fixed", name) // as default value.

See Also