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

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

Gets an Xsd schema representing the supplied Ept document.

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

public void GetSchema(
	XmlReader ept,
	XmlWriter output
)

Parameters

ept
Type: System.XmlXmlReader
an ept document. This document is analyzed and it's schema is generated
output
Type: System.XmlXmlWriter
an XmlWriter that receives the generated schema.
Exceptions

Remarks

This method was added int Content Studio version 5.7 Update 1
See Also

Reference