Alterian Email Manager 6.2.3 SDK Help File
An object containing the basic category information. This object is used as a container of sorts to organize
groupings of other DM objects. For example: DMList objects, DMCreative objects, and DMModule objects are
all grouped by category.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class DMListCategory
Public Class DMListCategory
public ref class DMListCategory
type DMListCategory = class end
DMLibrary.DMListCategory = function();
Type.createClass(
'DMLibrary.DMListCategory');
The DMListCategory type exposes the following members.
Constructors | Name | Description |
---|
 | DMListCategory | Initializes a new instance of the DMListCategory class |
Top
Fields | Name | Description |
---|
 | ID |
ID of the list category.
|
 | Lists |
Collection of all the lists in this category.
|
 | Name |
Name of the list category.
|
 | ParentID |
ID of the parent list category.
|
Top
See Also