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.6.492
Syntax
bool SchemaRootNameAvailable(
	string rootName,
	IPagePresentationCollection presentations = null
)

Parameters

rootName  String
The schema's page root element name
presentations  IPagePresentationCollection  (Optional)

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

Return Value

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