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