CSXmlParser Constructor (String, Encoding) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates a new CSXmlParser

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

public CSXmlParser(
	string csXml,
	Encoding encoding
)

Parameters

csXml
Type: SystemString
An XmlDocument as a string that meets the CSXml requirements.
encoding
Type: System.TextEncoding
The encoding to use
Exceptions

ExceptionCondition
ArgumentNullExceptionA provided parameter was null.
XmlExceptionThe xml passed int is invalid or the document contains no parameters
See Also

Reference