Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / IOrderItemRepository Interface / LoadSubscriptionItems Method
The id of the order to get items for.
In This Topic
    LoadSubscriptionItems Method (IOrderItemRepository)
    In This Topic
    Gets a collection of order items that are associated with a subscription plan.
    Syntax
    IList<OrderItem> LoadSubscriptionItems( 
       int orderId
    )

    Parameters

    orderId
    The id of the order to get items for.

    Return Value

    A collection of order items that are associated with a subscription plan.
    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