Interface IAbstractNode
Base interface for all nodes in the editor document content and document fragment content.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IAbstractNode : ITreeNode<IAbstractNode, IAbstractContainerNode>