Updates the schema with provided XML content and saves the schema in draft mode.
If new content doesn't have a matching root name and friendly name, it will not be accepted.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- newContent
- Type: System.Xml.LinqXDocument
New content of schema XML
Exceptions
Exception | Condition |
---|---|
[!:System.InvalidDataException] | When the document has invalid schema XML |
See Also