The IContentItemList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollection<(Of <(T>)>). (Inherited from ICollection<(Of <(IContentItem>)>).) | |
| Clear | Removes all items from the ICollection<(Of <(T>)>). (Inherited from ICollection<(Of <(IContentItem>)>).) | |
| Contains | Determines whether the ICollection<(Of <(T>)>) contains a specific value. (Inherited from ICollection<(Of <(IContentItem>)>).) | |
| CopyTo | Copies the elements of the ICollection<(Of <(T>)>) to an Array, starting at a particular Array index. (Inherited from ICollection<(Of <(IContentItem>)>).) | |
| GetEnumerator | Overloaded. | |
| IndexOf | Determines the index of a specific item in the IList<(Of <(T>)>). (Inherited from IList<(Of <(IContentItem>)>).) | |
| Insert | Inserts an item to the IList<(Of <(T>)>) at the specified index. (Inherited from IList<(Of <(IContentItem>)>).) | |
| Remove | Removes the first occurrence of a specific object from the ICollection<(Of <(T>)>). (Inherited from ICollection<(Of <(IContentItem>)>).) | |
| RemoveAt | Removes the IList<(Of <(T>)>) item at the specified index. (Inherited from IList<(Of <(IContentItem>)>).) |
Properties
| Name | Description | |
|---|---|---|
| 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.
|