Class BookmarksDataService
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
A utility class is used to save bookmark data into the XML document and load it from this document.
public static class BookmarksDataService
- Inheritance
-
BookmarksDataService
Properties
- RootPath
Gets or sets a base directory to store a file with bookmark data.
Methods
- LoadData(Stream)
Load bookmark data from the specified stream.
- LoadData(string)
Load bookmark data from the specified file.
- SaveData(BookmarksData, Stream)
Serializes given
BookmarksData
and writes an XML document to a specified stream.
- SaveData(BookmarksData, string)
Serializes given
BookmarksData
and writes an XML document to a specified file.