DMSummaryReportCollectionAdd Method

Alterian Email Manager 6.2.3 SDK Help File
Adds a DMSummaryReport object to the DMSummaryReportCollection.

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

Syntax
public int Add(
	DMSummaryReport value
)

Parameters

value
Type: DMLibraryDMSummaryReport
The DMSummaryReport object to add to the DMSummaryReportCollection.

Return Value

Type: Int32
The position into which the new element was inserted.
See Also