IsLoggedOn
(Security Manager Module
Description: | Returns TRUE if the calling user is signed in, else FALSE. |
Returns: | Boolean |
Usage: | Script or steady state. |
Related to: | GetAccountID | GetAccountInfo | GetFullName | GetGroupName | GetUserName | IsSecured | IsSuspended | SecurityCheck | UIErrorToText |
Format: | \SecurityManager.IsLoggedOn() |
Parameters: | None |
Comments: | This function will report only whether a user is signed in. Use SecurityCheck to test for privileges. |
Example:
As an expression in the Opacity property of a page hotbox widget...
GUITransform(160, 201, 282, 169, 1, 1, 1, 1, 1 { Scaling }, 0, 0 { Movement }, PickValid(\SecurityManager.IsLoggedOn(), 0), 0 { Visibility, Reserved }, 0, 0, 0 { Selectability }, Scope(Code, "Library", TRUE)\PageChange("SiteListWithMapPage", 14, Invalid, 0, "0", Invalid, Invalid));