Click or drag to resize
ContactInfoProviderGetContactFullName Method (ContactInfo)
Returns full contact name consisting of first, middle and last name.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static string GetContactFullName(
	ContactInfo ci
)

Parameters

ci
Type: CMS.ContactManagementContactInfo
Contact info object

Return Value

Type: String
See Also