Table of Contents

Method Clear

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Clear(int, string)

Removes all bookmarks from the bookmarks collection appropriate specified conditions.

public void Clear(int group, string fileName)

Parameters

group int

IBookMark.Group to check.

fileName string

IBookMark.FileName to check.

Clear(string)

Removes all bookmarks from the bookmarks collection appropriate specified conditions.

public void Clear(string fileName)

Parameters

fileName string

IBookMark.FileName to check.

Clear()

Removes all bookmarks from the bookmarks collection.

public void Clear()