DMQEventCollectionInsert Method

Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMQEvent into the collection at the specified index.

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

Syntax
public void Insert(
	int index,
	DMQEvent value
)

Parameters

index
Type: SystemInt32
Index location within the collection where the new object should be inserted.
value
Type: DMLibraryDMQEvent
The DMQEvent to insert.
See Also