Property Boolean pbLoginModeEnforced
Read Access: | Get pbLoginModeEnforced to BooleanVariable |
Write Access: | Set pbLoginModeEnforced to BooleanVariable/Value |
Determines if the peLoginMode property of the cWebApp object should be enforced on this view.
If the peLoginMode property is set to lmLoginRequired and pbLoginModeEnforced is set to True, users will only be able to access this view after they are logged in.
If peLoginMode is set to any other value or pbLoginModeEnforced is set to False, a session that is not logged in will still be able to access this view. Note that the AllowAccess event should be implemented to provide custom rules for accessing this view.