Dynamicweb 8 Documentation
TagCollection Class Methods


For a list of all members of this type, see TagCollection members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds the specified collection of tags to this instance of the collection.  
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodContainsOverloaded. Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Public MethodContainsTagNameDetermines whether the collection contains a tag with the specified name.  
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<Tag>)
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodGetTagByNameGets the tag object by tag name.  
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<Tag>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Public MethodRemoveOverloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>)
Top
Protected Methods
 NameDescription
Protected MethodChangeItemKeyChanges the key associated with the specified element in the lookup dictionary. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodClearItemsRemoves all elements from the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodGetKeyForItemOverridden. Gets the key for item. The key is the tag name.  
Protected MethodInsertItemInserts an element into the KeyedCollection at the specified index. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodRemoveItemRemoves the element at the specified index of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Protected MethodSetItemReplaces the item at the specified index with the specified item. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>)
Top
See Also

Reference

TagCollection Class
Dynamicweb.Rendering Namespace

Send Feedback