C# Class Upac.Core.Data.NodeAxes

Provides a simple way to get ancestors and children
Mostra file Open project: 1508/upac-for-umbraco

Public Methods

Method Description
GetAncestorAtLevel ( int level ) : umbraco.presentation.nodeFactory.Node
GetChild ( string nodeName ) : umbraco.presentation.nodeFactory.Node
NodeAxes ( umbraco.presentation.nodeFactory.Node node ) : System

Method Details

GetAncestorAtLevel() public method

public GetAncestorAtLevel ( int level ) : umbraco.presentation.nodeFactory.Node
level int
return umbraco.presentation.nodeFactory.Node

GetChild() public method

public GetChild ( string nodeName ) : umbraco.presentation.nodeFactory.Node
nodeName string
return umbraco.presentation.nodeFactory.Node

NodeAxes() public method

public NodeAxes ( umbraco.presentation.nodeFactory.Node node ) : System
node umbraco.presentation.nodeFactory.Node
return System