Click or drag to resize
DataComHelperCreateCompanyIdentity Method
Creates a company identity from the specified CMS account, and returns it.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public static CompanyIdentity CreateCompanyIdentity(
	AccountInfo accountInfo
)

Parameters

accountInfo
Type: CMS.OnlineMarketingAccountInfo
The CMS account.

Return Value

Type: CompanyIdentity
A company identity that corresponds to the specified CMS account.
See Also