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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static string GetContactFullName(
	int id
)

Parameters

id
Type: SystemInt32
Contact info ID

Return Value

Type: String
See Also