Tamino API for .NET

TaminoPageIterator.GetNode Method 

Get item at specified index as an XmlNode.

[Visual Basic]
Public Function GetNode( _
   ByVal index As Integer _
) As XmlNode
[C#]
public XmlNode GetNode(
   int index
);

Parameters

index
index of item to get

Return Value

specified item

See Also

TaminoPageIterator Class | TaminoPageIterator Members | SoftwareAG.Tamino.Api Namespace