Click or drag to resize
InternalStatusInfoProviderGetInternalStatusInfoInternal Method (Int32)
Returns internal status with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual InternalStatusInfo GetInternalStatusInfoInternal(
	int statusId
)

Parameters

statusId
Type: SystemInt32
Internal status ID

Return Value

Type: InternalStatusInfo
See Also