Click or drag to resize

ISchemaCommonRootName Property


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

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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