C# Class Upac.Core.Data.NodeAxes

Provides a simple way to get ancestors and children
Afficher le fichier Open project: 1508/upac-for-umbraco

Méthodes publiques

Méthode 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 méthode

public GetAncestorAtLevel ( int level ) : umbraco.presentation.nodeFactory.Node
level int
Résultat umbraco.presentation.nodeFactory.Node

GetChild() public méthode

public GetChild ( string nodeName ) : umbraco.presentation.nodeFactory.Node
nodeName string
Résultat umbraco.presentation.nodeFactory.Node

NodeAxes() public méthode

public NodeAxes ( umbraco.presentation.nodeFactory.Node node ) : System
node umbraco.presentation.nodeFactory.Node
Résultat System