DMURLCollectionIndexOf Method

Alterian Email Manager 6.2.3 SDK Help File
Finds the index of the specified URL. If not found, returns -1.

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

Syntax
public int IndexOf(
	string URL
)

Parameters

URL
Type: SystemString
The URL to find in the collection.

Return Value

Type: Int32
Index of the specified URL. If not found, returns -1.
See Also