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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static ContactInfo GetContactInfo(
	Guid contactGuid,
	bool merged,
	string siteName
)

Parameters

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

Return Value

Type: ContactInfo
See Also