AccountHelperGetNewAccount Method |
Creates and returns new account.
Namespace: CMS.OnlineMarketingAssembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 8.2.23
Syntax public static AccountInfo GetNewAccount(
string namePrefix,
int siteID
)
Parameters
- namePrefix
- Type: SystemString
- siteID
- Type: SystemInt32
Return Value
Type:
AccountInfoReturns new AccountInfo
See Also