Click or drag to resize
InternalStatusInfoProviderDeleteInternalStatusInfo Method (InternalStatusInfo)
Deletes specified internal status.

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

Parameters

statusObj
Type: CMS.EcommerceInternalStatusInfo
Internal status to be deleted
See Also