EMCreativeCopyItem Constructor (Int32, Int32)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMCreativeCopyItem(
	int sourceCreativeId,
	int newCreativeId
)
Public Sub New ( 
	sourceCreativeId As Integer,
	newCreativeId As Integer
)
public:
EMCreativeCopyItem(
	int sourceCreativeId, 
	int newCreativeId
)
new : 
        sourceCreativeId : int * 
        newCreativeId : int -> EMCreativeCopyItemDMLibrary.EMCreativeCopyItem = function(sourceCreativeId, newCreativeId);
Parameters
- sourceCreativeId
 - Type: SystemInt32
 - newCreativeId
 - Type: SystemInt32
 
See Also