DMFieldValueCollectionInsert Method

Alterian Email Manager 6.2.3 SDK Help File
Inserts the field value at the index specified

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

Syntax
public void Insert(
	int index,
	DMFieldValue value
)

Parameters

index
Type: SystemInt32
Integer value indicating the index in the field value array
value
Type: DMLibraryDMFieldValue
Value of the field to be inserted
See Also