DataComHelperCreateCompanyIdentity Method |
Creates a company identity from the specified CMS account, and returns it.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 10.0.0
Syntax public static CompanyIdentity CreateCompanyIdentity(
AccountInfo accountInfo
)
Parameters
- accountInfo
- Type: CMS.ContactManagementAccountInfo
The CMS account.
Return Value
Type:
CompanyIdentityA company identity that corresponds to the specified CMS account.
See Also