Method Clear
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Clear(int, string)
Removes all bookmarks for the specified Bookmarks group in the specified document.
public void Clear(int group, string fileName)
Parameters
Clear(string)
Removes all bookmarks from the specified document.
public void Clear(string fileName)
Parameters
fileName
stringFile name of document containing bookmarks.
Clear()
Removes all bookmarks from the bookmarks collection.
public void Clear()