InvalidFormField

InvalidFormField class

Represents the update of invalid form field names during the FixInvalidFormFieldNames operation.

public sealed class InvalidFormField

Constructors

Name Description
InvalidFormField(string) Initializes a new instance of the InvalidFormField class with the specified name.

Properties

Name Description
FixedName { get; set; } 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.
Name { get; } Gets the original name of the form field that cannot be modified outside FormFieldManager.

See Also