Interface IBookmarkNode
A leaf node representing a temporary bookmark.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IBookmarkNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
Remarks
Bookmarks are editor-only nodes, the do not have a corresponding filter framework data type. For this reason they can only exist in the current instance of the document, they will always be lost if the document is saved through the filter framework.
Bookmarks are typically inserted temporarily in the document during complex edit operations, to easily be able to find a specific location at a later point in the edit operation without having to track what is going on explicitly.