TitleIndexItemCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new item to the end of the collection and returns the newly created object. |
| Add(String, String, String) | text, navigateUrl, name | Adds a new item to the collection and specifies the item’s display text, URL and unique identifier name. |
| Add(String, String) | text, navigateUrl | Adds a new item to the collection and specifies the item’s display text and URL. |
| Add(String) | text | Adds a new item to the collection specifying the item’s text. |