Dynamicweb 8 Documentation
CreationRuleMetadataCollection Class Methods


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

Public Methods
 NameDescription
Public MethodAddAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Public MethodAddRangeAdds a given elements to the end of the collection. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>)
Public MethodClearRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Public MethodContainsDetermines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
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<CreationRuleMetadata>)
Public MethodFindOverloaded. Returns the first element with the given type name.  
Public MethodFindAllReturns all elements from the collection that satisfies the condition. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>)
Public MethodFindIndexOverloaded. Returns an index of a first element from the collection with the given type name.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
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<CreationRuleMetadata>)
Public MethodInsertInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Public MethodRemoveRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Public MethodRemoveAtRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Public MethodRemoveRangeRemoves a given elements from the collection. (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>)
Public MethodSortOverloaded.  (Inherited from Dynamicweb.Content.Items.Collection<CreationRuleMetadata>)
Top
Protected Methods
 NameDescription
Protected MethodClearItemsRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Protected MethodInsertItemInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Protected MethodRemoveItemRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Protected MethodSetItemReplaces the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<CreationRuleMetadata>)
Top
See Also

Reference

CreationRuleMetadataCollection Class
Dynamicweb.Content.Items.Metadata Namespace

Send Feedback