Click or drag to resize

ISchemaManagerSchemaRootNameAvailable Method


Checks whether a schema with a given page root element name exists in the collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool SchemaRootNameAvailable(
	string rootName,
	IPagePresentationCollection presentations = null
)

Parameters

rootName
Type: SystemString
The schema's page root element name
presentations (Optional)
Type: Ingeniux.CMS.PresentationIPagePresentationCollection

[Missing <param name="presentations"/> documentation for "M:Ingeniux.CMS.ISchemaManager.SchemaRootNameAvailable(System.String,Ingeniux.CMS.Presentation.IPagePresentationCollection)"]

Return Value

Type: Boolean
True if the schema exists, false otherwise.
See Also