IContentUnitsInstantiability Interface |
Namespace: Ingeniux.CMS.Presentation
The IContentUnitsInstantiability type exposes the following members.
Name | Description | |
---|---|---|
Inherited |
Checks whether the instantiability settings are inherited from its parent
|
Name | Description | |
---|---|---|
AllowContentUnit |
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.
| |
AllowedContentUnits |
Retrieves all allowed Content Units that can be instantiated in current context
| |
Clear |
Clear all entries
| |
ContentUnitAllowed |
Checks whether a Content Unit can be instantiated in current context
| |
ContentUnitAllowedRepetition |
Checks how many times a Reusable Content Unit is allowed to be instantiated in current context
| |
ContentUnitRepetitionSetting |
Retrieves the collection of repeatable Content Units and how many times they can be instantiated in current context.
There is no directly relation to AllowedContentUnits property.
When AllowedContentUnits has no entries, which means all Content Units are allowed, we can still specify
how many times they can repeat.
| |
DenyContentUnit |
Disallow a Content Unit to be placed on Pages
created with this Schema
| |
SetContentUnitAllowedRepetition |
Sets the allowed repetition times of the Content Unit in current context
|