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

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

Overload List

  Name Description
Public method Code example Write(Stream)
Writes the full Xml content of the Ept document to the supplied System.IO.Stream using the default UTF-8 encoding.
(Inherited from EPTXmlTextParser.)
Public method Code example Write(Stream, Encoding)
Writes the full Xml content of the Ept document to the supplied System.IO.Stream using the supplied encoding.
(Inherited from EPTXmlTextParser.)
Public method Code example Write(Stream, Boolean)
Writes the content of this Ept document to the specified output stream with an option to include changed fields only. The content is written using the default UTF-8 encoding.
Public method Code example Write(Stream, Boolean, Encoding)
Writes the content of this Ept document to the specified output stream with an option to include changed fields only and a specific encoding.
Top
See Also

Reference