ItemTreeNodeTNode, TItemMapCopyToTDestNode(TDestNode, NullableInt32) Method
Deep copy this to destination node type starting at destination parent; items will be reference copies.
Namespace: MobileTrack.Common.Models.TreeViews.ItemTreeAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public void MapCopyTo<TDestNode>(
TDestNode destParent,
int? maxRelativeDepth = null
)
where TDestNode : ItemTreeNode<TDestNode, TItem>
- destParent TDestNode
- Parent/root destination node
- maxRelativeDepth NullableInt32 (Optional)
- Max depth of traversal (relative to this node)
- TDestNode
- Destination node type