Nevron.Nov.Editors Namespace / NEditor Class / GetEditedNodeAncestor<TType> Method
In This Topic
    GetEditedNodeAncestor<TType> Method
    In This Topic
    Gets an ancestor of the edited node, which is of the specified type.
    Syntax
    protected NNode GetEditedNodeAncestor<TType>()

    Type Parameters

    TType
    Remarks
    Because the EditedNode may not reside in the hierarchy, we first try to this node from the hierarchy of editors. If, the editors hierarhcy did not provide a node, then we ask the EditedNode of the root editor to do so.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also