Click or drag to resize

FieldOptionCollection.InsertRange Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void InsertRange(
	int index,
	IEnumerable<FieldOption> collection
)

Parameters

index
Type: System.Int32
collection
Type: System.Collections.Generic.IEnumerable<FieldOption>
See Also