Imports a schema with a string serialization of the previous-generation schema XML file.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Parameters
- schemaContent
- Type: SystemString
XML content of a schema file. - overwrite (Optional)
- Type: SystemBoolean
Overwrite existing schema if found
Return Value
Type: ISchemaImported content.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When the string is invalid XML or invalid schema XML. |
Remarks
The content string must be parsed so that it is valid schema XML.
See Also