Click or drag to resize

IComponentElementRemoveAllowedComponentType Method


Removes an existing allowed component type.

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

Parameters

schema
Type: Ingeniux.CMSISchema
Schema to remove

Return Value

Type: Boolean
True if schema exists in current CompTypes, False otherwise
See Also