IComponentElementRemoveAllowedComponentType Method
|
Removes an existing allowed component type.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool RemoveAllowedComponentType(
ISchema schema
)
Function RemoveAllowedComponentType (
schema As ISchema
) As Boolean
bool RemoveAllowedComponentType(
ISchema^ schema
)
abstract RemoveAllowedComponentType :
schema : ISchema -> bool
Parameters
- schema
- Type: Ingeniux.CMSISchema
Schema to remove
Return Value
Type:
BooleanTrue if schema exists in current CompTypes, False otherwise
See Also