Vorheriges Thema: GetUserDetails

Nächstes Thema: GetUserName

GetUserFullName

Description

This method returns a string with the user full name (UserName@OrganizationName).

Syntax

GetUserFullName (UserName, OrganizationName)

Parameters

Name

Type

Description

UserName

string

The name of the user.

OrganizationName

string

The name of the organization.

Return Value

A string with the user full name (UserName@OrganizationName).

Remarks

This method concatenates the given strings.

This method does not check if the user exists or if the user name is legal.