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