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.492
Syntax
IAssetSchemaBasic AssetSchemaByRootName(
	string rootName
)

Parameters

rootName  String
The schema's root element name

Return Value

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