Enum MembershipScreeningFieldType
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents a membership screening field type.
[JsonConverter(typeof(StringEnumConverter))]
public enum MembershipScreeningFieldType
Fields
[EnumMember(Value = "TERMS")] Terms = 0Specifies the server rules
[EnumMember(Value = "TEXT_INPUT")] TextInput = 1Specifies a text input question.
[EnumMember(Value = "PARAGRAPH")] Paragraph = 2Specifies a paragraph question.
[EnumMember(Value = "MULTIPLE_CHOICE")] MultipleChoice = 3Specifies a multiple choice question.