DMDetailRecordCollectionInsert Method

Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMDetailRecord object at the specified index.

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

Syntax
public void Insert(
	int index,
	DMDetailRecord value
)

Parameters

index
Type: SystemInt32
The zero-based index at which value should be inserted.
value
Type: DMLibraryDMDetailRecord
The DMDetailRecord to insert into DMDetailRecordCollection
See Also