Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderRepository Class / GetOrderIdList Method
A comma delimited list of OrderNumber
In This Topic
    GetOrderIdList Method (OrderRepository)
    In This Topic
    Returns a comma delimited list of OrderId given a comma delimited list of OrderNumber
    Syntax
    public string GetOrderIdList( 
       string orderNumberList
    )

    Parameters

    orderNumberList
    A comma delimited list of OrderNumber

    Return Value

    A comma delimited list of OrderId
    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