IContentUnitsInstantiabilitySetContentUnitAllowedRepetition Method
|
Sets the allowed repetition times of the
Content Unit in current context
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 IContentUnit
- Content Unit to set repetitions on, must be Reusabled
- maxRepeat Int32
- Max number this Content Unit can be instantiated in current context
See Also