Click or drag to resize
IChapterInfoWillNeverBeShown Property
Check whether the chapter will always be hidden form surevyor

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

Return Value

Type: Boolean
bool
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