Click or drag to resize
AccountInfoProviderUpdateAccountStatusInternal Method
Updates account status ID of specified accounts.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateAccountStatusInternal(
	int statusId,
	string where
)

Parameters

statusId
Type: SystemInt32
Account status ID
where
Type: SystemString
Where condition
See Also