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