Tamino API for .NET

TaminoQueryResponse.GetSinglePage Method 

Returns the first page as an XmlDocument.

[Visual Basic]
Public Function GetSinglePage() As XmlDocument
[C#]
public XmlDocument GetSinglePage();

Return Value

the first page

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