DMReportHelperGetCreativeIDs Method

Alterian Email Manager 6.2.3 SDK Help File

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

Syntax
public static void GetCreativeIDs(
	SqlConnection sqlConnection,
	ref IntCollection creativeIDs,
	IntCollection deploymentIDs,
	DMRDateRangeCollection deploymentDateRanges
)

Parameters

sqlConnection
Type: System.Data.SqlClientSqlConnection
creativeIDs
Type: IntCollection
deploymentIDs
Type: IntCollection
deploymentDateRanges
Type: DMLibraryDMRDateRangeCollection
See Also