[This is preliminary documentation and is subject to change.]

Show the full name of the user

Namespace:  OfficeClip.BusinessLayer.Account
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string ShowFullName(
	SortByName sbn
)
Visual Basic (Declaration)
Public Function ShowFullName ( _
	sbn As SortByName _
) As String
Visual C++
public:
String^ ShowFullName(
	SortByName sbn
)

Parameters

sbn
Type: OfficeClip.Utils..::.SortByName
Determines the format of the name representation

Return Value

The full name

See Also