DMURLCollectionIndexOf Method
|
Alterian Email Manager 6.2.3 SDK Help File
Finds the index of the specified URL. If not found, returns -1.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int IndexOf(
string URL
)
Public Function IndexOf (
URL As String
) As Integer
public:
int IndexOf(
String^ URL
)
member IndexOf :
URL : string -> int
Parameters
- URL
- Type: SystemString
The URL to find in the collection.
Return Value
Type:
Int32Index of the specified URL. If not found, returns -1.
See Also