Click or drag to resize
IChapterInfoHasIterations Property
Check if the chapter

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool HasIterations { get; }

Return Value

Type: Boolean
bool
Examples
If the chapter is the Root chapter, IChapterInfo.IsRoot will return 'true'. Otherwise, it will return 'false'.
See Also