ISchemaBasicRootName Property Ingeniux CMS Content Store API

Gets and sets the name of the schema's root element.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

string RootName { get; set; }

Property Value

Type: String
Exceptions

ExceptionCondition
ArgumentExceptionWhen trying to set this property with a null, empty, or whitespace value
XmlExceptionWhen trying to set this property with a string that contains illegal characters for an XML element name
Remarks

Root element name must be a valid XML element name
See Also

Reference