DMRGroupCollectionIndexOf Method

Alterian Email Manager 6.2.3 SDK Help File
Overload List
NameDescription
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