Returns an array of navigation items which contain the specified string in their ItemID properties.
Overload List
Returns an array of navigation items which contain the specified string in their ItemID properties.
public NavigationItem[] SearchItems(string);
Returns all navigation items that meet the specified certain criteria.
public NavigationItem[] SearchItems(string, NavigationItemSearchOptions);
See Also
BaseNavigator Class | EO.Web Namespace