BookmarkCollection Class Methods
In This Topic
For a list of all members of this type, see BookmarkCollection members.
Public Methods
| | Name | Description |
 | Add | Adds a Bookmark in the BookmarkCollection. |
 | Clear | Clears all the Bookmarks, as well as their children, from the BookmarkCollection. |
 | FindByTitle | Gets the Bookmarks that corresponds to a specific Title in the BookmarkCollection. |
 | GetEnumerator | Gets the enumerator. |
 | Remove | Removes a specific Bookmark and its children from the BookmarkCollection. |
 | RemoveAt | Removes the Bookmark located at a specific index in the BookmarkCollection. |
Top
See Also