ISchemaUpdateContent Method Ingeniux CMS Content Store API

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

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

Reference