AppBase::ViewConfigHasFlag

AppBase::ViewConfigHasFlag
bool ViewConfigHasFlag(ViewFlagConstants flag);
Description

ViewConfigHasFlag determines if the ViewConfig has the passed flag set.

Parameters
Parameters 
Description 
ViewFlagConstants flag 
The ViewFlagConstants flag that is checked whether it is set in the view config settings. 
Return Value

Returns true if the flag exists, false otherwise.