Click or drag to resize

LayoutFieldMetadataCollection Class

Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionLayoutFieldMetadata
    Dynamicweb.Content.ItemsCollectionLayoutFieldMetadata
      Dynamicweb.Content.Items.MetadataLayoutFieldMetadataCollection

Namespace:  Dynamicweb.Content.Items.Metadata
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class LayoutFieldMetadataCollection : Collection<LayoutFieldMetadata>

The LayoutFieldMetadataCollection type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAddRange (Inherited from CollectionT.)
Public methodFind(FuncT, Boolean) (Inherited from CollectionT.)
Public methodFind(String)
Public methodFindAll (Inherited from CollectionT.)
Public methodFindIndex(FuncT, Boolean) (Inherited from CollectionT.)
Public methodFindIndex(String)
Public methodRemoveRange (Inherited from CollectionT.)
Public methodSort(IComparerT) (Inherited from CollectionT.)
Public methodSort(ComparisonT) (Inherited from CollectionT.)
Top
See Also