Table of Contents

Method GetBookMarkCount

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

GetBookMarkCount(int, string)

Gets number of the bookmarks associated with specified group in the specified document.

public int GetBookMarkCount(int group, string fileName)

Parameters

group int

BookMark Group.

fileName string

File name of document containing bookmarks.

Returns

int

Number of found bookmarks.

GetBookMarkCount()

Gets number of the all bookmarks stored in the manager. Number of all bookmarks.

public int GetBookMarkCount()

Returns

int