Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Catalog Namespace / CmsPath Class / GetCmsPath Method / GetCmsPath(Int32) Method
The category to load the path for
In This Topic
    GetCmsPath(Int32) Method
    In This Topic
    Gets cms path for the given node. Only supported for Category type catalog node objects
    Syntax
    public static IList<CmsPathNode> GetCmsPath( 
       int categoryId
    )

    Parameters

    categoryId
    The category to load the path for

    Return Value

    List of cms path nodes
    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