XmlFilterReaderRead Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Advances the XmlFilterReader to the next record.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool Read()

Return Value

Type: Boolean
true if there are more rows; otherwise false.
Exceptions

ExceptionCondition
InvalidOperationExceptionProperty or method is inaccessible for a closed XmlFilterReader
Remarks

The default position of the XmlFilterReader is before the first record. In order to be able to access data, you must call Read first.
See Also

Reference