Method GetBookMarkCount
GetBookMarkCount(int, string)
Calculates amount of bookmarks appropriate specified conditions.
public int GetBookMarkCount(int group, string fileName)
Parameters
group
intIBookMark.Group to check; if -1 search inside all bookmarks.
fileName
stringIBookMark.FileName to check.
Returns
- int
Number of found bookmarks.
GetBookMarkCount()
public int GetBookMarkCount()