DMCreativeCollection Constructor 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic DMCreativeCollection(
	IEnumerable<DMCreative> creatives
)
Public Sub New ( 
	creatives As IEnumerable(Of DMCreative)
)
public:
DMCreativeCollection(
	IEnumerable<DMCreative^>^ creatives
)
new : 
        creatives : IEnumerable<DMCreative> -> DMCreativeCollectionDMLibrary.DMCreativeCollection = function(creatives);
Parameters
- creatives
 - Type: System.Collections.GenericIEnumerableDMCreative
 
See Also