Click or drag to resize

IContentUnitsInstantiabilityAllowedContentUnits Method


Retrieves all allowed Content Units that can be instantiated in current context

Namespace:  Ingeniux.CMS.Presentation
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IContentUnit> AllowedContentUnits(
	IUserSession session
)

Parameters

session
Type: Ingeniux.CMSIUserSession
The Session to retrieve content units

Return Value

Type: IEnumerableIContentUnit
Content Units that can be instantiated in current context
See Also