Class NavigationTreeViewModel
- Namespace
- Dynamicweb.Frontend.Navigation
- Assembly
- Dynamicweb.dll
Represents a navigation tree for use in a rendering context.
public class NavigationTreeViewModel : ViewModelBase
- Inheritance
-
NavigationTreeViewModel
- Inherited Members
Properties
Nodes
Gets the sub nodes (children) to the root node.
public IEnumerable<NavigationTreeNodeViewModel> Nodes { get; }
Property Value
- See Also
Parameters
Gets the collection of custom parameters.
public IDictionary<string, object> Parameters { get; }
Property Value
- See Also