Click or drag to resize

FieldMetadataCollection Constructor (IEnumerableItemField)

Initializes a new instance of the FieldMetadataCollection class

Namespace:  Dynamicweb.Content.Items.Metadata
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public FieldMetadataCollection(
	IEnumerable<ItemField> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableItemField
See Also