Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class FormFieldRestriction : Carrier
public FormFieldRestriction()
public virtual string FieldIdentifier { get; set; }
[JsonIgnore] public FormFieldRestrictionType? FieldRestriction { get; set; }
[JsonProperty("FieldRestriction")] public string FieldRestriction_String { get; set; }
public virtual int FormFieldRestrictionId { get; set; }
Was this page helpful?