DataComHelperCreateContactIdentity Method |
Creates a contact identity from the specified CMS contact, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public static ContactIdentity CreateContactIdentity(
ContactInfo contactInfo
)
Parameters
- contactInfo
- Type: CMS.OnlineMarketingContactInfo
The CMS contact.
Return Value
Type:
ContactIdentityA contact identity that corresponds to the specified CMS contact.
See Also