Search Results for

    Show / Hide Table of Contents

    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
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    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.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)

    On this page

    • Extension Methods
    Back to top Generated by DocFX