Summary
Initializes a new instance of the
Bookmark class.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- Bookmark
Syntax
public Bookmark(int revisionNumber, string name, bool isWorkingFolder = false)
Parameters
| Name | Type | Description |
|---|---|---|
| revisionNumber | int | The revision number the bookmark is currently at. |
| name | string | The name of the bookmark. |
| isWorkingFolder | bool |
If set to true, then the working folder is currently at this bookmark.
|
Return Value
| Type | Description |
|---|---|
| void |