Click or drag to resize
IChapterInfoIsRoot Property
Check if the chapter is the Root chapter or not

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

Return Value

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