IContentUnitsInstantiabilityContentUnitAllowedRepetition Method
|
Checks how many times a Reusable
Content Unit is allowed to be instantiated in current context
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxint ContentUnitAllowedRepetition(
IContentUnit unit
)
Function ContentUnitAllowedRepetition (
unit As IContentUnit
) As Integer
int ContentUnitAllowedRepetition(
IContentUnit^ unit
)
abstract ContentUnitAllowedRepetition :
unit : IContentUnit -> int Parameters
- unit IContentUnit
- Content Unit to check
Return Value
Int32The max number of repetitions of the
Content Unit. 0 means no limit.
See Also