Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderRepository Interface / GetOrderStatusId Method
Id of the order for which to get the OrderStatusId
In This Topic
    GetOrderStatusId Method (IOrderRepository)
    In This Topic
    Gets OrderStatusId for the given order
    Syntax
    [Obsolete("Use GetOrderStatus instead.")]
    int GetOrderStatusId( 
       int orderId
    )

    Parameters

    orderId
    Id of the order for which to get the OrderStatusId

    Return Value

    OrderStatus Id for the given order
    Requirements

    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

    See Also