Interface IChangeableContainerNode
A container node that is part of a document fragment and which can be freely changed directly through the APIs.
Inherited Members
      System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    
    
      System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
    
    
      System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
    
    
      System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
    
    
      System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
    
    
      System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
    
  Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IChangeableContainerNode : IChangeableNode, ITreeNode<IChangeableNode, IChangeableContainerNode>, IList<IChangeableNode>, ICollection<IChangeableNode>, IEnumerable<IChangeableNode>, IEnumerableMethods
Find(Predicate<IChangeableNode>, Boolean)
Locate the first node that matches the predicate.
Declaration
IChangeableNode Find(Predicate<IChangeableNode> match, bool allSubNodes)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Predicate<IChangeableNode> | match | Condition used to evaluate nodes. | 
| System.Boolean | allSubNodes | If  | 
Returns
| Type | Description | 
|---|---|
| IChangeableNode | The first node that matches the predicate. |