DMReportHelperGetPlaceholderActionLists Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static EMPlaceholderActionLists GetPlaceholderActionLists(
SqlConnection sqlConnection,
IntCollection creativeIDs,
IntCollection templateIds = null
)
Public Shared Function GetPlaceholderActionLists (
sqlConnection As SqlConnection,
creativeIDs As IntCollection,
Optional templateIds As IntCollection = Nothing
) As EMPlaceholderActionLists
public:
static EMPlaceholderActionLists^ GetPlaceholderActionLists(
SqlConnection^ sqlConnection,
IntCollection^ creativeIDs,
IntCollection^ templateIds = nullptr
)
static member GetPlaceholderActionLists :
sqlConnection : SqlConnection *
creativeIDs : IntCollection *
?templateIds : IntCollection
(* Defaults:
let _templateIds = defaultArg templateIds null
*)
-> EMPlaceholderActionLists
DMLibrary.DMReportHelper.GetPlaceholderActionLists = function(sqlConnection, creativeIDs, templateIds);
Parameters
- sqlConnection
- Type: System.Data.SqlClientSqlConnection
- creativeIDs
- Type: IntCollection
- templateIds (Optional)
- Type: IntCollection
Return Value
Type:
EMPlaceholderActionLists
See Also