Tamino API for .NET

TaminoQueryResponse.GetSingleNodeList Method 

Returns the payload of the first page as an XmlNodeList.

[Visual Basic]
Public Function GetSingleNodeList() As XmlNodeList
[C#]
public XmlNodeList GetSingleNodeList();

Return Value

the XmlNodeList

Remarks

Helper method to permit simple access to the contents of a single page result set. To be used when only a single item is expected as the response (it just bypasses the unnecessary use of GetItemIterator/GetPageIterator).

See Also

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