Interface IInsertNodeOperation
Represents an edit operation that inserted a node.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface IInsertNodeOperation : IAbstractEditOperationProperties
Node
The node that was inserted.
Declaration
INode Node { get; set; }Property Value
| Type | Description | 
|---|---|
| INode |