Click or drag to resize
InternalStatusInfoProviderDeleteInternalStatusInfo Method (Int32)
Deletes internal status with specified ID.

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

Parameters

statusId
Type: SystemInt32
Internal status ID
See Also