EMConditionalCreative Constructor (DMToken, Int32)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            this constructor should be used when the Creative ID is known.
 The underlying template IDs will be populated.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMConditionalCreative(
	DMToken token,
	int creativeID
)
Public Sub New ( 
	token As DMToken,
	creativeID As Integer
)
public:
EMConditionalCreative(
	DMToken^ token, 
	int creativeID
)
new : 
        token : DMToken * 
        creativeID : int -> EMConditionalCreativeDMLibrary.EMConditionalCreative = function(token, creativeID);
Parameters
- token
 - Type: DMToken
 - creativeID
 - Type: SystemInt32
 
See Also