C# Class HereSay.Parts.NavigationMapItem

Inheritance: HereSay.Parts.Hyperlink
Show file Open project: jamestharpe/HereSay

Private Properties

Property Type Description

Public Methods

Method Description
ChildLinksTo ( N2 item ) : bool
ChildrenThatLinkTo ( N2 item, bool recurse = true ) : IEnumerable

Returns a list of child NavigationMapItems that link to the given N2.ContentItem, with the option to search recusivly.

Method Details

ChildLinksTo() public method

public ChildLinksTo ( N2 item ) : bool
item N2
return bool

ChildrenThatLinkTo() public method

Returns a list of child NavigationMapItems that link to the given N2.ContentItem, with the option to search recusivly.
public ChildrenThatLinkTo ( N2 item, bool recurse = true ) : IEnumerable
item N2 Specifies the that children link to.
recurse bool Specifies if recursion should be used to generate the result.
return IEnumerable