Click or drag to resize

ISchemaManagerAssetSchemaByRootName Method


Retrieves a asset schema by its 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.6.308
Syntax
IAssetSchemaBasic AssetSchemaByRootName(
	string rootName
)

Parameters

rootName
Type: SystemString
The schema's root element name

Return Value

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