|
|
|
|
|
SaaSAdminIsConnected (Function) In french: SaaSAdminEstConnecté Indicates whether a SaaS management session was opened. IF SaaSAdminIsConnected() = False THEN
Error("Vous devez vous connecter en administrateur.")
END
Syntax
<Result> = SaaSAdminIsConnected([<Required level>])
<Result>: Boolean - True in the following cases:
- The SaaS Administrator is connected and no parameter is specified.
- The SaaS administrator is connected and the saasAdministrator constant is specified.
- An account manager is connected and the saasAccountManager constant is specified.
- One or the other is connected and both constants are specified.
- False otherwise. To get more details on the error, use ErrorInfo.
<Required level>: Optional constant or combination of Integer type optional constants Required level for connecting: | | saasAccountManager | Level required: Account manager. | saasAdministrator (default value) | Level required: Administrator. | These two constants can be combined.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|