Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogNodeRepository Interface / GetNextOrderBy Method
The category Id where the new node will be added.
In This Topic
    GetNextOrderBy Method (ICatalogNodeRepository)
    In This Topic
    Gets the next order sequence for a new catalog node.
    Syntax
    int GetNextOrderBy( 
       int categoryId
    )

    Parameters

    categoryId
    The category Id where the new node will be added.

    Return Value

    The next order sequence for a new catalog node.
    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