EMTranslationResourceSummary Constructor (String, String, String)
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic EMTranslationResourceSummary(
	string resourceID,
	string phrase,
	string translation
)
Public Sub New ( 
	resourceID As String,
	phrase As String,
	translation As String
)
public:
EMTranslationResourceSummary(
	String^ resourceID, 
	String^ phrase, 
	String^ translation
)
new : 
        resourceID : string * 
        phrase : string * 
        translation : string -> EMTranslationResourceSummaryDMLibrary.EMTranslationResourceSummary = function(resourceID, phrase, translation);
Parameters
- resourceID
 - Type: SystemString
 - phrase
 - Type: SystemString
 - translation
 - Type: SystemString
 
See Also