Table of Contents

Class SurveyPage

Namespace
InSite.Domain.Surveys.Forms
Assembly
Shift.Sdk.dll
public class SurveyPage
Inheritance
SurveyPage
Inherited Members
Extension Methods

Constructors

SurveyPage(int)

public SurveyPage(int n)

Parameters

n int

SurveyPage(int, Guid)

public SurveyPage(int n, Guid identifier)

Parameters

n int
identifier Guid

Properties

Content

The multilingual Text and/or HTML content for this option.

public ContentContainer Content { get; set; }

Property Value

ContentContainer

ContentLabels

public static string[] ContentLabels { get; }

Property Value

string[]

Questions

The questions contained by the page.

public List<SurveyQuestion> Questions { get; set; }

Property Value

List<SurveyQuestion>

Sequence

public int Sequence { get; set; }

Property Value

int

Methods

FlattenOptionItems()

public SurveyOptionItem[] FlattenOptionItems()

Returns

SurveyOptionItem[]

ShouldSerializeQuestions()

public bool ShouldSerializeQuestions()

Returns

bool