Dynamicweb.Rendering Namespace : TagCollection Class |
For a list of all members of this type, see TagCollection members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified collection of tags to this instance of the collection. | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) | |
Contains | Overloaded. Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
ContainsTagName | Determines whether the collection contains a tag with the specified name. | |
CopyTo | Copies 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>) | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) | |
GetTagByName | Gets the tag object by tag name. | |
IndexOf | Searches 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>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Tag>) | |
Remove | Overloaded. Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Tag>) |
Name | Description | |
---|---|---|
ChangeItemKey | Changes the key associated with the specified element in the lookup dictionary. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
ClearItems | Removes all elements from the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
GetKeyForItem | Overridden. Gets the key for item. The key is the tag name. | |
InsertItem | Inserts an element into the KeyedCollection at the specified index. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
RemoveItem | Removes the element at the specified index of the KeyedCollection. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) | |
SetItem | Replaces the item at the specified index with the specified item. (Inherited from System.Collections.ObjectModel.KeyedCollection<string,Tag>) |