Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogNodeRepository Interface / LoadForCatalogable Method
The catalogable item to find nodes for.
In This Topic
    LoadForCatalogable Method (ICatalogNodeRepository)
    In This Topic
    Loads all catalog nodes that point to the specified catalogable item.
    Syntax
    IList<CatalogNode> LoadForCatalogable( 
       ICatalogable item
    )

    Parameters

    item
    The catalogable item to find nodes for.

    Return Value

    A list of all catalog nodes pointing to the item.
    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