Click or drag to resize

IContentUnitsInstantiability Methods


The IContentUnitsInstantiability type exposes the following members.

Methods
  Name Description
Public method 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.
Public method AllowedContentUnits Retrieves all allowed Content Units that can be instantiated in current context
Public method Clear Clear all entries
Public method ContentUnitAllowed Checks whether a Content Unit can be instantiated in current context
Public method ContentUnitAllowedRepetition Checks how many times a Reusable Content Unit is allowed to be instantiated in current context
Public method 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 the AllowedContentUnits property. When AllowedContentUnits has no entries, which means all Content Units are allowed, we can still specify how many times they can repeat.
Public method DenyContentUnit Disallow a Content Unit to be placed on Pages created with this Schema
Public method SetContentUnitAllowedRepetition Sets the allowed repetition times of the Content Unit in current context
Top
See Also