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.3.169
Syntax IEnumerable<IContentUnit> AllowedContentUnits(
IUserSession session
)
Function AllowedContentUnits (
session As IUserSession
) As IEnumerable(Of IContentUnit)
IEnumerable<IContentUnit^>^ AllowedContentUnits(
IUserSession^ session
)
abstract AllowedContentUnits :
session : IUserSession -> IEnumerable<IContentUnit>
Parameters
- session
- Type: Ingeniux.CMSIUserSession
The Session to retrieve content units
Return Value
Type:
IEnumerableIContentUnitContent Units that can be instantiated in current context
See Also