Click or drag to resize

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.6.492
Syntax
bool ContentUnitAllowed(
	IContentUnit unit
)

Parameters

unit  IContentUnit
The content unit to check

Return Value

Boolean
True if the Content Unit can be instantiated, false otherwise
See Also