DMGroupCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMGroup 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 DMGroupCollection : CollectionBase

The DMGroupCollection type exposes the following members.

Constructors
NameDescription
Public methodDMGroupCollection
Initializes a new instance of the DMGroupCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMGroup object to the DMGroupCollection.
Public methodGetGroup
Gets a DMGroup object representing the group whose ID is equal to GroupID. Returns a null object if the GroupID is not found within the collection.
Public methodGroupIDs
Gets a collection of integers containing all of the group ids contained in this collection.
Top
See Also