IChildMgrStartChildSurvey Method |
Automatically start child survey inChildName
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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