IContentUnitsInstantiabilitySetContentUnitAllowedRepetition Method
|
Sets the allowed repetition times of the
Content Unit in current context
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void SetContentUnitAllowedRepetition(
IContentUnit unit,
int maxRepeat
)
Sub SetContentUnitAllowedRepetition (
unit As IContentUnit,
maxRepeat As Integer
)
void SetContentUnitAllowedRepetition(
IContentUnit^ unit,
int maxRepeat
)
abstract SetContentUnitAllowedRepetition :
unit : IContentUnit *
maxRepeat : int -> unit
Parameters
- unit
- Type: Ingeniux.CMS.PresentationIContentUnit
Content Unit to set repetitions on, must be Reusabled - maxRepeat
- Type: SystemInt32
Max number this Content Unit can be instantiated in current context
See Also