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