Class SubmissionFieldSnapshotDto
Stored field snapshot captured at submit time.
public sealed class SubmissionFieldSnapshotDto
- Inheritance
-
SubmissionFieldSnapshotDto
- Inherited Members
Properties
DisplayValue
public string? DisplayValue { get; set; }
Property Value
FieldKey
public string? FieldKey { get; set; }
Property Value
FieldLabel
public string? FieldLabel { get; set; }
Property Value
FieldType
public string? FieldType { get; set; }
Property Value
IsLegacyFallback
public bool IsLegacyFallback { get; set; }
Property Value
RawValue
public string? RawValue { get; set; }
Property Value
SortOrder
public int SortOrder { get; set; }