Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / ICatalogRepository Interface / GetPath Method / GetPath(Int32,Int32,CatalogNodeType,Boolean) Method
Category for which to get the path
Id of the node for which to get the path
Type of the node for which to get the path
if true root is included in path
In This Topic
    GetPath(Int32,Int32,CatalogNodeType,Boolean) Method
    In This Topic
    Gets the traversal path(s) for a given category
    Syntax

    Parameters

    categoryId
    Category for which to get the path
    nodeId
    Id of the node for which to get the path
    nodeType
    Type of the node for which to get the path
    includeRoot
    if true root is included in path

    Return Value

    A List of paths to the given 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