XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3UserName"

Line 1: Line 1:
Returns the user id of currently logged in user.
+
Returns the user id of currently logged in user, optionally including the domain name.
  
 
==Syntax==
 
==Syntax==
Line 11: Line 11:
 
|-
 
|-
 
| {{Code|Domain}}
 
| {{Code|Domain}}
| Name of domain where user is logged in (optional)
+
| Boolean value, pass True to return the name of domain where user is logged in (optional)
 
|}
 
|}
  

Revision as of 15:47, 31 January 2012

Returns the user id of currently logged in user, optionally including the domain name.

Syntax

XL3Username( Domain )

Parameters

Parameter Description
Domain Boolean value, pass True to return the name of domain where user is logged in (optional)

See Also