Click or drag to resize

ISchemaManagerParseSchema Method


Parse xml document and convert it into schema entity. Please note that this entity is not saved to database yet.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
ISchema ParseSchema(
	XDocument schemaContent
)

Parameters

schemaContent
Type: System.Xml.LinqXDocument
The schema document

Return Value

Type: ISchema
Parse schema entity
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen schemaContent parameter is null
XmlExceptionWhen schemaContent is not a valid schema document
See Also