Click or drag to resize

ISchemaWithVersionsUpdateContent Method


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: 10.5.94
Syntax
void UpdateContent(
	XDocument newContent
)

Parameters

newContent
Type: System.Xml.LinqXDocument
New content of schema XML
Exceptions
ExceptionCondition
[!:System.InvalidDataException]When the document has invalid schema XML
See Also