Click or drag to resize
PublicStatusInfoProviderDeletePublicStatusInfo Method (Int32)
Deletes public status with specified ID.

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

Parameters

statusId
Type: SystemInt32
Public status ID
See Also