Rubrique précédente: AddOrganization

Rubrique suivante: IsOrganizationExists

GetOrganizationName

Description

This method returns the organization name from the user full name.

Syntax

GetOrganizationName (UserFullName)

Parameters

Name

Type

Description

UserFullName

string

The user full name.

Return Value

A string, starting with first character after the first '@' up to the end of the string. If the '@' character does not exist, it returns an empty string.

Remarks

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