EPTXmlTextParser Constructor (Int32, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Creates an empty EPTXmlTextParser collection of EPT field names

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

protected EPTXmlTextParser(
	int categoryId,
	int documentId
)

Parameters

categoryId
Type: SystemInt32
A category where the document belongs
documentId
Type: SystemInt32
The identifier of the EPT document that this object represents
Exceptions

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

Reference