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.3.169
Syntax IEnumerable<ISchema> AllowedComponentTypes()
Function AllowedComponentTypes As IEnumerable(Of ISchema)
IEnumerable<ISchema^>^ AllowedComponentTypes()
abstract AllowedComponentTypes : unit -> IEnumerable<ISchema>
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