Returns the current Display Name.
Syntax
Security.getDisplayName()
Arguments
No arguments.
Return value
Returns the current Display Name.
Example
This example shows how to output the current user data:
dynamic userData = Security.getDisplayName();
MVCFunctions.Echo(userData);
Sample output
admin_user
See also: