Version

DragNode Method (WinTreeReplayServer)

Drag and Drop a tree node.
Syntax
'Declaration
 
Public Sub DragNode( _
   ByVal startNodeId As System.String, _
   ByVal endNodeId As System.String _
) 
public void DragNode( 
   System.string startNodeId,
   System.string endNodeId
)

Parameters

startNodeId
Key of the node being dragged as a string
endNodeId
Key of the node being dropped as a string
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also