DatStat Illume 4.5 SDK Class Reference

SDK_SurveyDetail.GetSurveySessions Method (WebServiceContext, Boolean)

Returns an array of SDK_SurveySession objects that represents all sessions related to the survey.

public SDK_SurveySession[] GetSurveySessions(
   WebServiceContext ctx,
   Boolean useTestSurvey
);

Parameters

ctx
The WebServiceContext use to connect to the DesignerService.
useTestSurvey
If set to true the sessions associated with the test publish version of this survey are returned.

Return Value

SDK_SurveySession[]

See Also

SDK_SurveyDetail Class | DatStat.SDK.WebServiceWrappers Namespace | SDK_SurveyDetail.GetSurveySessions Overload List