Click or drag to resize

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.5.94
Syntax
ISchema SchemaByRootName(
	string rootName
)

Parameters

rootName
Type: SystemString
The schema's page root element name

Return Value

Type: ISchema
Schema with matching page root element name. Returns null if this name doesn't exist.
See Also