Click or drag to resize

ISchemaManagerHasSchemaID Method


Checks whether a schema with a given ID exists in collection.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool HasSchemaID(
	string schemaId
)

Parameters

schemaId
Type: SystemString
The schema's unique ID.

Return Value

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