Search Results for

    Show / Hide Table of Contents

    Interface ILockedContentContainerNode

    An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node.

    Inherited Members
    IAbstractContainerNode.Find(Predicate<INode>, bool)
    IAbstractContainerNode.FindContentNode(Predicate<IAbstractContentNode>, bool)
    IAbstractContainerNode.FindAllNodes(Predicate<IAbstractNode>, bool)
    IAbstractContainerNode.StartNode
    IAbstractContainerNode.EndNode
    INode.AcceptNodeVisitor(INodeVisitor)
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    IEnumerable<IAbstractNode>.GetEnumerator()
    IMarkupDataNode.Item
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface ILockedContentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IEnumerable<IAbstractNode>, IEnumerable, IMarkupDataNode

    Properties

    LockedContent

    Read-only access to the underlying filter framework object.

    Declaration
    ILockedContent LockedContent { get; }
    Property Value
    Type Description
    ILockedContent
    Remarks

    To change locked content, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node.

    Extension Methods

    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)
    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Properties
      • LockedContent
    • Extension Methods
    Back to top Generated by DocFX