Skip to main content

Delivery API - Nodes

Log in to add to favourites
C#
1
2
3
using Zengenti.Contensis.Delivery; using Contensis.Framework.Web;

If you happen to have a declaration of a Node defined in your code, such as these examples below:

C#
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Node current = new NodeFactory().Load("/path/to/webpage.aspx”); @helper breadcrumb2(Node node) { //Helper code here } foreach(Node node in collectionOfContent) { //Code within loops goes here }
C#
1
@using Node = Contensis.Framework.Web.Node

Still need help?

New support request