Click or drag to resize
ContactInfoProviderGetContactInfoInternal Method (Guid, Boolean, String)
Returns contact with specified GUID.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax
C#
protected virtual ContactInfo GetContactInfoInternal(
	Guid contactGuid,
	bool merged,
	string siteName
)

Parameters

contactGuid
Type: SystemGuid
Contact GUID
merged
Type: SystemBoolean
Merged contacts should be included
siteName
Type: SystemString
Site name

Return Value

Type: ContactInfo
See Also