pbLoginModeEnforced - cWebWindow

Determines if the peLoginMode property of the cWebApp object should be enforced on this view

Type: Property

Access: Read/Write

Data Type: Boolean

Parameters: None

Syntax
 Property Boolean pbLoginModeEnforced

Read Access: Get pbLoginModeEnforced to BooleanVariable
Write Access: Set pbLoginModeEnforced to BooleanVariable/Value


Description

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.