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