ISchemaManagerSchemaByRootName Method
|
Retrieves a
schema by its
page root element name.
Root element names are unique to a schema's collection.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchema SchemaByRootName(
string rootName
)
Function SchemaByRootName (
rootName As String
) As ISchema
ISchema^ SchemaByRootName(
String^ rootName
)
abstract SchemaByRootName :
rootName : string -> ISchema
Parameters
- rootName
- Type: SystemString
The schema's page root element name
Return Value
Type:
ISchemaSchema with matching page root element name. Returns null if this name doesn't exist.
See Also Reference
[!:Ingeniux.CMS.ISchemaManager.HasSchemaRootName]