Click or drag to resize

ISchemaManagerParseAssetSchema Method


Parse xml document and convert it into an asset 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.6.492
Syntax
IAssetSchema ParseAssetSchema(
	XDocument schemaContent
)

Parameters

schemaContent  XDocument
The schema document

Return Value

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