DMUserCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMUser objects that can be individually accessed by index.
Inheritance Hierarchy

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

Syntax
public class DMUserCollection : CollectionBase

The DMUserCollection type exposes the following members.

Constructors
NameDescription
Public methodDMUserCollection
Initializes a new instance of the DMUserCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMUser object to the DMUserCollection.
Public methodGetUser
Gets a DMUser object for user with ID matching the "UserID" parameter. Returns a null object if the ID passed in does not match any DMUser objects in the collection.
Top
See Also