Click or drag to resize
ContactInfoProviderGetContactInfo Method (Int32)
Returns contact with specified ID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
public static ContactInfo GetContactInfo(
	int contactId
)

Parameters

contactId
Type: SystemInt32
Contact ID

Return Value

Type: ContactInfo
See Also