Click or drag to resize
AccountInfoProviderSetAccountInfoInternal Method
Sets (updates or inserts) specified account.

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.0.0
Syntax
C#
protected virtual void SetAccountInfoInternal(
	AccountInfo accountObj
)

Parameters

accountObj
Type: CMS.ContactManagementAccountInfo
Account to be set
See Also