Table of Contents

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

group int

The Bookmark group index.

fileName string

File name of document containing bookmarks.

Clear(string)

Removes all bookmarks from the specified document.

public void Clear(string fileName)

Parameters

fileName string

File name of document containing bookmarks.

Clear()

Removes all bookmarks from the bookmarks collection.

public void Clear()