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.3.169
Syntax IEnumerable<IPageVersion> FragmentInstances()
Function FragmentInstances As IEnumerable(Of IPageVersion)
IEnumerable<IPageVersion^>^ FragmentInstances()
abstract FragmentInstances : unit -> IEnumerable<IPageVersion>
Return Value
Type:
IEnumerableIPageVersionCollection of
Page Versions content, that holds customized
instances of this Component Content Unit
See Also