Click or drag to resize

ISchemaManagerHasSchemaFriendlyName Method


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: 10.6.492
Syntax
bool HasSchemaFriendlyName(
	string friendlyName
)

Parameters

friendlyName  String
Schema friendly name to check.

Return Value

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