Click or drag to resize
InternalStatusInfoProviderSetInternalStatusInfoInternal Method
Sets (updates or inserts) specified internal status.

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

Parameters

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