Click or drag to resize
IChildMgrFillChildSurveyNamesList Method
Fills ioList with the names of all child surveys of the current survey.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int FillChildSurveyNamesList(
	IListSource ioList
)

Parameters

ioList
Type: SurveyToGo.UserLogic.InterfacesIListSource
The list object to fill

Return Value

Type: Int32
See Also