Click or drag to resize
AccountHelperGetNewAccount Method
Creates and returns new account.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static AccountInfo GetNewAccount(
	string namePrefix,
	int siteID
)

Parameters

namePrefix
Type: SystemString
siteID
Type: SystemInt32

Return Value

Type: AccountInfo
Returns new AccountInfo
See Also