Print

UserIsExternal

This function checks if user with specified login is an external user.

Syntax

UserIsExternal("userLogin");

Function arguments

  • userLogin – (String) Login of the user to be checked if is external

Return value

This function returns Boolean.
Returns true if specified user is external, false otherwise

Examples

Example 1:
This will check if user with login 'rsimmons’ is external and put result into 'isExternal’ variable

isExternal = UserIsExternal("rsimmons");

Example 2:
This will check if current user is external.

UserIsExternal(CurrentUser());
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?