FieldOption

The FieldOption type is used hold general information used by various components such as items in a list.

Below are the properties and their purpose.

  • string Name
    • Default Value: Empty string.
    • Intended Value: The name of the field option.
  • string Guid
    • Default Value: Empty string.
    • Intended Value: The guid of the field option.
  • int Sequence
    • Default Value: 0.
    • Intended Value: The order this field option should be displayed, be processed, etc., this property is optional.
  • bool IsEnabled
    • Default Value: false.
    • Intended Value: Determines if the field option is enables, this property is optional.
  • string CSS
    • Default Value: Empty string.
    • Intended Value: Raw CSS that would be applied to a field option in a guid field.
  • string CustomGUID
    • Default Value: Empty string.
    • Intended Value: An additional GUID to uniquely identify the item if you have a case where the Guid field is not always unique.
Updated on December 11, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment