IChapterInfoIsRoot Property |
Check if the chapter is the Root chapter or not
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Return Value
Type:
Booleanbool
Examples
If the current chapter is the Root chapter, IChapterInfo.IsRoot will return 'true'. Otherwise, it will return 'false'.
See Also