Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogNodeRepository Interface / LoadForCategory Method / LoadForCategory(Category) Method
The category to load catalog nodes for.
In This Topic
    LoadForCategory(Category) Method
    In This Topic
    Loads all catalog nodes for a category.
    Syntax
    IList<CatalogNode> LoadForCategory( 
       Category category
    )

    Parameters

    category
    The category to load catalog nodes for.

    Return Value

    A list of all category nodes for the category.
    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