Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class IShipmentExtensions

Extension methods for IShipment.

Inheritance
System.Object
IShipmentExtensions
Namespace: EPiServer.Commerce.Order
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public static class IShipmentExtensions : Object

Methods

CanBePacked(IShipment)

Determines whether an IShipment can be packed.

Declaration
public static bool CanBePacked(this IShipment shipment)
Parameters
Type Name Description
IShipment shipment

The shipment.

Returns
Type Description
System.Boolean

true if the shipment can be packed and ready to ship; otherwise, false.