IDMCreativeFilterRepositoryGetCreativesByFilter Method

Alterian Email Manager 6.2.3 SDK Help File
Filters creatives based on a filter

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

Syntax
DMCreativeCollectionByFilterDTO GetCreativesByFilter(
	DMCreativeFilter filter,
	DMToken token
)

Parameters

filter
Type: DMLibraryDMCreativeFilter
The DMCreativeFilter used to filter the data
token
Type: DMToken
DMToken to perform the operation

Return Value

Type: DMCreativeCollectionByFilterDTO
DMCreativeCollectionByFilterDTO with the creatives matching the filter and the number of total of records matching it
Remarks
This method is also restricted by the permissions over categories and creatives for the user running the operation. Therefore the filter may ignore "valid" creatives if the user doesn't have enough rights
See Also