IList<CatalogPathNode> GetPath( int categoryId, int nodeId, CatalogNodeType nodeType, bool includeRoot )
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