This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Reads the next node from the stream.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public override bool Read()
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function Read As 

Return Value

true if the next node was read successfully; false if there are no more nodes to read.

Exceptions

ExceptionCondition
System.Xml..::..XmlException An error occurred while parsing the XML.

See Also

Advanced