DMRGroupCollection Class

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

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

Syntax
[SerializableAttribute]
public class DMRGroupCollection : CollectionBase

The DMRGroupCollection type exposes the following members.

Constructors
NameDescription
Public methodDMRGroupCollection
Initializes a new instance of the DMRGroupCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMRGroup object to the DMRGroupCollection.
Public methodIndexOf(DMRGroup)
Retrieves the position index of the DMRGroup object within the collection whose GroupType and Parameter properties match the DMRGroup object passed as a parameter. If it is not found, -1 is returned.
Public methodIndexOf(DMRGroupType)
Returns the position index of the first DMRGroup within the collection whose type matches the parameter "GroupType." Returns -1 if the group type is not foudn in the collection.
Top
See Also

Reference

DMLibraryDMRGroupCollection