Click or drag to resize
ContactInfoProviderGetContactInfo Method (Guid, 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,
	string siteName
)

Parameters

contactGuid
Type: SystemGuid
Contact GUID
siteName
Type: SystemString
Site name

Return Value

Type: ContactInfo
See Also