DMListCategory Class

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
SystemObject
  DMLibraryDMListCategory

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMListCategory

The DMListCategory type exposes the following members.

Constructors
NameDescription
Public methodDMListCategory
Initializes a new instance of the DMListCategory class
Top
Fields
NameDescription
Public fieldID
ID of the list category.
Public fieldLists
Collection of all the lists in this category.
Public fieldName
Name of the list category.
Public fieldParentID
ID of the parent list category.
Top
See Also