DMEventCriteriaCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Adds a DMEventCriteria object to the DMEventCriteriaCollection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMEventCriteria value
)
Public Function Add (
value As DMEventCriteria
) As Integer
public:
int Add(
DMEventCriteria^ value
)
member Add :
value : DMEventCriteria -> int
Parameters
- value
- Type: DMLibraryDMEventCriteria
The DMEventCriteria object to add to the DMEventCriteriaCollection.
Return Value
Type:
Int32The position into which the new element was inserted.
See Also