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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
public static AccountInfo GetNewAccount(
	string namePrefix
)

Parameters

namePrefix
Type: SystemString

Return Value

Type: AccountInfo
Returns new AccountInfo
See Also