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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int IndexOf(
DMRGroup Group
)
Public Function IndexOf (
Group As DMRGroup
) As Integer
public:
int IndexOf(
DMRGroup^ Group
)
member IndexOf :
Group : DMRGroup -> int
Parameters
- Group
- Type: DMLibraryDMRGroup
The DMRGroup object whose index is sought.
Return Value
Type:
Int32An integer index.
See Also