ISchemaManagerHasSchemaFriendlyName Method Ingeniux CMS Content Store API

Checks whether a schema with a given friendly 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 HasSchemaFriendlyName(
	string friendlyName
)

Parameters

friendlyName
Type: SystemString
Schema friendly name to check.

Return Value

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

Reference

[!:Ingeniux.CMS.ISchemaManager.HasSchemaRootName]