ISchemaManagerSchemaByRootName Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference

[!:Ingeniux.CMS.ISchemaManager.HasSchemaRootName]