DMVariableMapCollectionAddRange Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a range of DMVariableMap objects to the DMVariableMapCollection

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public void AddRange(
	IEnumerable<DMVariableMap> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableDMVariableMap
See Also