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