Table of Contents

Method GetBookMarkCount

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

GetBookMarkCount(int, string)

Calculates amount of bookmarks appropriate specified conditions.

public int GetBookMarkCount(int group, string fileName)

Parameters

group int

IBookMark.Group to check; if -1 search inside all bookmarks.

fileName string

IBookMark.FileName to check.

Returns

int

Number of found bookmarks.

GetBookMarkCount()

Gets number of the all bookmarks stored in the manager.

public int GetBookMarkCount()

Returns

int

Number of all bookmarks.