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

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public static void UpdateAccountStatus(
	int statusId,
	string where
)

Parameters

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