DMQEventCollectionInsert Method
|
Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMQEvent into the collection at the specified index.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void Insert(
int index,
DMQEvent value
)
Public Sub Insert (
index As Integer,
value As DMQEvent
)
public:
void Insert(
int index,
DMQEvent^ value
)
member Insert :
index : int *
value : DMQEvent -> unit
function Insert(index, 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