Dynamicweb.eCommerce.Orders Namespace > OrderState Class > getAllOrderstates Method : getAllOrderstates(Int32,Boolean) Method |
true
don't show deleted.
'Declaration
Public Overloads Shared Function getAllOrderstates( _ ByVal flowId As Integer, _ ByVal DontShowDeleted As Boolean _ ) As OrderStateCollection
public static OrderStateCollection getAllOrderstates( int flowId, bool DontShowDeleted )
true
don't show deleted.class MyPage : System.Web.UI.Page { public void RenderAllOrderStates( Rendering.Template t ) { OrderStateCollection orderStates = OrderState.getAllOrderstates( false ); foreach( Orderstate os in orderStates) { template.SetTag("Ecom:Order:Orderstate.Name", os.Name); template.SetTag("Ecom:Order:Orderstate.Description", os.Description); } } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2