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.6.492
Syntax
void UpdateContent(
	XDocument newContent
)

Parameters

newContent  XDocument
New content of schema XML
Exceptions
ExceptionCondition
InvalidDataExceptionWhen the document has invalid schema XML
See Also