DMRUserCollectionIndexOf Method

Alterian Email Manager 6.2.3 SDK Help File
Returns the position index of the DMRUser object whose ID matches the "value" parameter. Returns -1 if the ID is not found within the collection.

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

Syntax
public int IndexOf(
	int value
)

Parameters

value
Type: SystemInt32
The user ID to match.

Return Value

Type: Int32
See Also