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.3.169
Syntax string RootName { get; set; }
Property RootName As String
Get
Set
property String^ RootName {
String^ get ();
void set (String^ value);
}
abstract RootName : string with get, set
Property Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentException | When trying to set this property with a null, empty, or whitespace value |
XmlException | When 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