IComponentElementAddAllowedComponentType Method
|
Adds a new allowed component type.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void AddAllowedComponentType(
ISchema schema
)
Sub AddAllowedComponentType (
schema As ISchema
)
void AddAllowedComponentType(
ISchema^ schema
)
abstract AddAllowedComponentType :
schema : ISchema -> unit
Parameters
- schema
- Type: Ingeniux.CMSISchema
New schema to add
See Also