ISchemaManagerSchemaRootNameAvailable Method Ingeniux CMS Content Store API

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

bool SchemaRootNameAvailable(
	string rootName,
	IPagePresentationCollection presentations
)

Parameters

rootName
Type: SystemString
The schema's page root element name
presentations
Type: IPagePresentationCollection

[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

Reference