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

Parameters

unit
Type: Ingeniux.CMS.PresentationIContentUnit
The content unit to check

Return Value

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