Click or drag to resize
IChildMgrStartChildSurvey Method
Automatically start child survey inChildName

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void StartChildSurvey(
	string inChildName
)

Parameters

inChildName
Type: SystemString
the name of the child survey
Examples
StartChildSurvey("MyChildSurvey") will exit the main interview in the point it is at, and it will start the child survey named "MyChildSurvey"
See Also