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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual ContactInfo GetContactInfoInternal(
	int contactId
)

Parameters

contactId
Type: SystemInt32
Contact ID

Return Value

Type: ContactInfo
See Also