Interface IAbstractContentNode
Abstract base for all "leaf nodes" in the API. These are the nodes that can represent actual content items in the edit control.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IAbstractContentNode : IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
Remarks
Containers are not content nodes, but their start and end nodes are.