IChapterInfoWillNeverBeShown Property |
Check whether the chapter will always be hidden form surevyor
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax bool WillNeverBeShown { get; }
Return Value
Type:
Booleanbool
Examples
If the chapter is set to be hidden or if this is a QA chapter, it won't be displayed. So in this case, IChapterInfo.Visible will return 'true'. Otherwise it will return 'false'.
See Also