Click or drag to resize
InternalStatusInfoProviderDeleteInternalStatusInfoInternal Method
Deletes specified internal status.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void DeleteInternalStatusInfoInternal(
	InternalStatusInfo statusObj
)

Parameters

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