IContentUnitsInstantiabilityContentUnitAllowed Method
|
Checks whether a
Content Unit can be instantiated in current context
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool ContentUnitAllowed(
IContentUnit unit
)
Function ContentUnitAllowed (
unit As IContentUnit
) As Boolean
bool ContentUnitAllowed(
IContentUnit^ unit
)
abstract ContentUnitAllowed :
unit : IContentUnit -> bool
Parameters
- unit
- Type: Ingeniux.CMS.PresentationIContentUnit
The content unit to check
Return Value
Type:
BooleanTrue if the
Content Unit can be instantiated, false otherwise
See Also