Table of Contents

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 = 0

Specifies the server rules

[EnumMember(Value = "TEXT_INPUT")] TextInput = 1

Specifies a text input question.

[EnumMember(Value = "PARAGRAPH")] Paragraph = 2

Specifies a paragraph question.

[EnumMember(Value = "MULTIPLE_CHOICE")] MultipleChoice = 3

Specifies a multiple choice question.