Determines the index of a specific Bookmark.

 

   

Syntax
 

[C#]
int IndexOf(Bookmark value)
int IndexOf(string value)

 

   

Params
 
Name Description
value The object or the title of the object to locate in the Collection.
return If found, the index of value, otherwise -1.

 

   

Notes
 

Determines the index of a specific Bookmark in the list.

 

   

Example
 

None.