Dynamicweb 8 Documentation
ItemMetadataCollection Class Members
Properties  Methods 


The following tables list the members exposed by ItemMetadataCollection.

Public Constructors
 NameDescription
Public ConstructorItemMetadataCollection ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Top
Protected Properties
 NameDescription
Protected PropertyDataGets the underlying data storage. (Inherited from Dynamicweb.Content.Items.Collection<ItemType>)
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Top
Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodAddRangeAdds a given elements to the end of the collection. (Inherited from Dynamicweb.Content.Items.Collection<ItemType>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodFindOverloaded. Returns the first element with the given system name.  
Public MethodFindAllReturns all elements from the collection that satisfies the condition. (Inherited from Dynamicweb.Content.Items.Collection<ItemType>)
Public MethodFindIndexOverloaded. Returns an index of a first element from the collection with the given system name.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Public MethodRemoveRangeRemoves a given elements from the collection. (Inherited from Dynamicweb.Content.Items.Collection<ItemType>)
Public MethodSortOverloaded.  (Inherited from Dynamicweb.Content.Items.Collection<ItemType>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Protected MethodInsertItemInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Protected MethodRemoveItemRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ItemType>)
Top
See Also

Reference

ItemMetadataCollection Class
Dynamicweb.Content.Items.Metadata Namespace

Send Feedback