DMRGroupCollectionIndexOf Method (DMRGroupType)

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

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

Syntax
public int IndexOf(
	DMRGroupType GroupType
)

Parameters

GroupType
Type: DMLibraryDMRGroupType

Return Value

Type: Int32
See Also