Click or drag to resize
AccountStatusInfoProviderDeleteAccountStatusInfo Method (Int32)
Deletes account status with specified ID.

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

Parameters

statusId
Type: SystemInt32
Account status ID
See Also