public EffectiveCollectionInclusions CopyingInclusions {get; set;}
public EffectiveCollectionInclusions CopyingInclusions {get; set;}
When set to Northwoods.GoXam.Tool.EffectiveCollectionInclusions.SubTree, Copy will augment the collection of selected nodes to include their tree children nodes. The resulting collection often will include many Nodes and Links that are not IsSelected.
Links are assumed to go from the parent node to the children nodes, unless TreePath is set to "Source".
If you set this property, you might also want to set the DeletingInclusions property and the Northwoods.GoXam.Tool.DraggingTool.Inclusions property.