CSXmlParser Constructor (String) 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
)

Parameters

csXml
Type: SystemString
An XmlDocument as a string that meets the CSXml requirements.
Exceptions

ExceptionCondition
XmlExceptionThe xml passed int is invalid or the document contains no parameters
See Also

Reference