IContentUnitsInstantiabilityAllowContentUnit Method
|
Allows a
Content Unit to be placed on
Pages
created with this Schema, and specifies how many times it can be placed, if the Content Unit is
Reusable.
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid AllowContentUnit(
IContentUnit unit
)
Sub AllowContentUnit (
unit As IContentUnit
)
void AllowContentUnit(
IContentUnit^ unit
)
abstract AllowContentUnit :
unit : IContentUnit -> unit Parameters
- unit IContentUnit
- The content unit to be allowed
See Also