DMTemplateCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMTemplate objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMTemplateCollection : CollectionBase
Public Class DMTemplateCollection
Inherits CollectionBase
public ref class DMTemplateCollection : public CollectionBase
type DMTemplateCollection =
class
inherit CollectionBase
end
DMLibrary.DMTemplateCollection = function();
Type.createClass(
'DMLibrary.DMTemplateCollection',
CollectionBase);
The DMTemplateCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMTemplate object to the DMTemplateCollection.
|
Top
See Also