ContactInfoProviderGetContactInfoInternal Method (Guid, Boolean, String) |
Returns contact with specified GUID.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax 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:
ContactInfoSee Also