Click or drag to resize
IChapterInfoGetIterationsNames Method
Get array of all iteration names of the chapter

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
string[] GetIterationsNames()

Return Value

Type: String
string[]
Examples
If the chapter is a loop chapter that iterates on this scale: A, B, C, D - IChapterInfo.GetIterationsNames() will return this strings array: [A, B, C, D].
See Also