IContentUnitsInstantiabilityAllowedContentUnits Method
|
Retrieves all allowed
Content Units that can be instantiated in current context
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIEnumerable<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 IUserSession
- The Session to retrieve content units
Return Value
IEnumerableIContentUnitContent Units that can be instantiated in current context
See Also