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