This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns the full name of the user currently logged on.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(IsDeterministic = false)]
public static string FullName()
Visual Basic (Declaration)Copy imageCopy Code
<(IsDeterministic := False)> _
Public Shared Function FullName As 

Return Value

The full name of the user currently logged on.

See Also

Advanced