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.6.492
Syntax
bool RemoveAllowedComponentType(
	ISchema schema
)

Parameters

schema  ISchema
Schema to remove

Return Value

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