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.6.492
Syntax
IEnumerable<IContentUnit> AllowedContentUnits(
	IUserSession session
)

Parameters

session  IUserSession
The Session to retrieve content units

Return Value

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