Click or drag to resize

ISchemaManagerRemoveSchema Method


Removes an existing schema.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveSchema(
	ISchema schema
)

Parameters

schema
Type: Ingeniux.CMSISchema
Schema to remove

Return Value

Type: Boolean
True if the schema is not null and exists in collection, false otherwise.
See Also