DMTemplateCollectionAdd Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Adds a DMTemplate object to the DMTemplateCollection.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
	DMTemplate value
)
Public Function Add ( 
	value As DMTemplate
) As Integer
public:
int Add(
	DMTemplate^ value
)
member Add : 
        value : DMTemplate -> int 
Parameters
- value
 - Type: DMLibraryDMTemplate
The DMTemplate object to add to the DMTemplateCollection. 
Return Value
Type: 
Int32The position into which the new element was inserted.
See Also