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: 9.0.565.0 (9.0.565)
Syntax
Parameters
- schemaContent
- Type: System.Xml.LinqXDocument
The schema document
Return Value
Type: ISchemaParse schema entity
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | When schemaContent parameter is null |
XmlException | When schemaContent is not a valid schema document |
See Also