DMRGroupCollectionIndexOf Method (DMRGroup)

Alterian Email Manager 6.2.3 SDK Help File
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.

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

Syntax
public int IndexOf(
	DMRGroup Group
)

Parameters

Group
Type: DMLibraryDMRGroup
The DMRGroup object whose index is sought.

Return Value

Type: Int32
An integer index.
See Also