Click or drag to resize

IComponentElementAllowedComponentTypes Method


Gets the allowed component schemas. Component can only refer/embed components with schema in this list.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<ISchema> AllowedComponentTypes()

Return Value

Type: IEnumerableISchema

[Missing <returns> documentation for "M:Ingeniux.CMS.IComponentElement.AllowedComponentTypes"]

Remarks
This corresponses to the "CompTypes" attribute on the component element
See Also