Class SurveyPage
public class SurveyPage
- Inheritance
-
SurveyPage
- Inherited Members
- Extension Methods
Constructors
SurveyPage(int)
public SurveyPage(int n)
Parameters
nint
SurveyPage(int, Guid)
public SurveyPage(int n, Guid identifier)
Parameters
Properties
Content
The multilingual Text and/or HTML content for this option.
public ContentContainer Content { get; set; }
Property Value
ContentLabels
public static string[] ContentLabels { get; }
Property Value
- string[]
Questions
The questions contained by the page.
public List<SurveyQuestion> Questions { get; set; }
Property Value
Sequence
public int Sequence { get; set; }
Property Value
Methods
FlattenOptionItems()
public SurveyOptionItem[] FlattenOptionItems()
Returns
ShouldSerializeQuestions()
public bool ShouldSerializeQuestions()