Click or drag to resize

IComponentContentUnitFragmentInstances Method


Retrieves the list of customized versions of this Component Content Unit, that have child layouts. They are individual Components, that were shared out from the Pages, where instances of this Component Content Unit were placed.

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IPageVersion> FragmentInstances()

Return Value

Type: IEnumerableIPageVersion
Collection of Page Versions content, that holds customized instances of this Component Content Unit
See Also