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:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int IndexOf(
DMRGroupType GroupType
)
Public Function IndexOf (
GroupType As DMRGroupType
) As Integer
public:
int IndexOf(
DMRGroupType GroupType
)
member IndexOf :
GroupType : DMRGroupType -> int
function IndexOf(GroupType);
Parameters
- GroupType
- Type: DMLibraryDMRGroupType
Return Value
Type:
Int32
See Also