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 ref class DMCategory
type DMCategory = class end
DMLibrary.DMCategory = function();
Type.createClass(
'DMLibrary.DMCategory');
The DMCategory type exposes the following members.
Fields | Name | Description |
---|
 | ID |
Category ID
|
 | Name |
Category name
|
Top
See Also