Method FindIndexForEntry
FindIndexForEntry(string)
Finds the index of a TOC entry given its href field.
Declaration
public int FindIndexForEntry(string hrefSTR)
Parameters
| Type | Name | Description |
|---|---|---|
| string | hrefSTR | The href of the item top find. |
Returns
| Type | Description |
|---|---|
| int | The zero-based index; or -1 if not found. |