Table of Contents

Class SubmissionSessionHelper

Namespace
InSite.UI.Portal.Workflow.Forms.Controls
Assembly
InSite.UI.dll
public static class SubmissionSessionHelper
Inheritance
SubmissionSessionHelper
Inherited Members

Methods

GetCurrentPageActiveQuestions(SubmissionSessionState)

public static List<SurveyQuestion> GetCurrentPageActiveQuestions(SubmissionSessionState state)

Parameters

state SubmissionSessionState

Returns

List<SurveyQuestion>

GetPageActiveQuestions(SurveyPage, IEnumerable<SurveyCondition>, IEnumerable<QResponseOption>)

public static List<SurveyQuestion> GetPageActiveQuestions(SurveyPage page, IEnumerable<SurveyCondition> conditions, IEnumerable<QResponseOption> options)

Parameters

page SurveyPage
conditions IEnumerable<SurveyCondition>
options IEnumerable<QResponseOption>

Returns

List<SurveyQuestion>

GoToLastPage(SurveyForm, QResponseSession)

public static SubmissionSessionHelper.GoToInfo GoToLastPage(SurveyForm survey, QResponseSession response)

Parameters

survey SurveyForm
response QResponseSession

Returns

SubmissionSessionHelper.GoToInfo

GoToNextPage(SurveyForm, QResponseSession, int)

public static SubmissionSessionHelper.GoToInfo GoToNextPage(SurveyForm survey, QResponseSession session, int page)

Parameters

survey SurveyForm
session QResponseSession
page int

Returns

SubmissionSessionHelper.GoToInfo

GoToPreviousPage(SurveyForm, QResponseSession, int)

public static SubmissionSessionHelper.GoToInfo GoToPreviousPage(SurveyForm survey, QResponseSession session, int page)

Parameters

survey SurveyForm
session QResponseSession
page int

Returns

SubmissionSessionHelper.GoToInfo