OrderStatusInfoProviderGetOrderStatusInfoInternal Method (String, String) |
Returns order status with specified name.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax protected virtual OrderStatusInfo GetOrderStatusInfoInternal(
string statusName,
string siteName
)
Parameters
- statusName
- Type: SystemString
Order status name - siteName
- Type: SystemString
Site name
Return Value
Type:
OrderStatusInfoSee Also