Summary
Get the collection of existing bookmarks in this
Repository
.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Repository
Syntax
public IEnumerable<Bookmark> Bookmarks(BookmarksCommand command = null)
Parameters
Name | Type | Description |
---|---|---|
command | BookmarksCommand |
Any extra options to the bookmarks method, or null for default options.
|
Return Value
Type | Description |
---|---|
IEnumerable |
A collection of Bookmark objects, one for each bookmark in this Repository .
|