Dynamicweb.Content.Items.Metadata Namespace : CreationRuleMetadataCollection Class |
For a list of all members of this type, see CreationRuleMetadataCollection members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
AddRange | Adds a given elements to the end of the collection. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>) | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
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<CreationRuleMetadata>) | |
Find | Overloaded. Returns the first element with the given type name. | |
FindAll | Returns all elements from the collection that satisfies the condition. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>) | |
FindIndex | Overloaded. Returns an index of a first element from the collection with the given type name. | |
GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
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<CreationRuleMetadata>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
RemoveRange | Removes a given elements from the collection. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>) | |
Sort | Overloaded. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>) |
Name | Description | |
---|---|---|
ClearItems | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
InsertItem | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
RemoveItem | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) | |
SetItem | Replaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>) |