EPTXmlTextParser Constructor (Stream) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new EPTXmlTextParser from a stream of xml content

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

public EPTXmlTextParser(
	Stream input
)

Parameters

input
Type: System.IOStream
A Stream that contains the Xml to load
Exceptions

ExceptionCondition
XmlExceptionThe Xml loaded is not well formed.
CSExceptionThe Xml does not follow the Content Studio EPT schema.
See Also

Reference