Class FieldSerializationResult

FieldSerializationResult class

Represents the result of a form field serialization process.

public class FieldSerializationResult

Properties

NameDescription
ErrorMessages { get; }Gets the error messages associated with the serialization process.
FieldFullName { get; }Gets the full name of the field.
FieldSerializationStatus { get; }Gets the status of the form field serialization.
WarningMessages { get; }Gets the warning messages associated with the serialization process.

See Also