Interface ILockedContentContainerNode
An IAbstractContainerNode implementation to hold locked content and allow it to be processed like any other container node.
Inherited Members
      System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
    
    
  Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface ILockedContentContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IEnumerable<IAbstractNode>, IEnumerable, IMarkupDataNodeProperties
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.