Click or drag to resize
IChapterInfoQuestions Property
Get array of the chapter's questions indexes

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int[] Questions { get; }

Return Value

Type: Int32
int[]
Examples
If the chapter contains 5 questions, with these indexes: 5, 6, 7, 8, 9 - IChapterInfo.Questions will return this integers array: [5, 6, 7, 8, 9].
See Also