The IContentItemList type exposes the following members.

Properties

  NameDescription
Count
Gets the number of elements contained in the ICollection<(Of <(T>)>).
(Inherited from ICollection<(Of <(IContentItem>)>).)
IsReadOnly
Gets a value indicating whether the ICollection<(Of <(T>)>) is read-only.
(Inherited from ICollection<(Of <(IContentItem>)>).)
Item
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(IContentItem>)>).)
MaxContentItems
The maximum number of content items allowed for this list. Unlimited if set to "0".
TemplateType
The template type for the content items in the list.

See Also