IChildMgrFillChildList Method |
Fill ioList with the results details of child survey inChildName.
The text will be some information regarding the result (survey name, subject id and the subject data).
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int FillChildList(
IListSource ioList,
string inChildName,
bool inIncludeComplete,
bool inIncludeIncomplete
)
Parameters
- ioList
- Type: SurveyToGo.UserLogic.InterfacesIListSource
The list object to fill - inChildName
- Type: SystemString
The name of the child survey - inIncludeComplete
- Type: SystemBoolean
'true' if to include complete results or 'false' otherwise - inIncludeIncomplete
- Type: SystemBoolean
'true' if to include incomplete results or 'false' otherwise
Return Value
Type:
Int32See Also