NodeBase.MoveTo Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
MoveTo(DirectoryNode)
Moves this node to the newParentNode
.
Declaration
public NodeBase MoveTo(DirectoryNode newParentNode)
Parameters
Type | Name | Description |
---|---|---|
DirectoryNode | newParentNode | New parent of the node. |
Returns
Type | Description |
---|---|
NodeBase | Up-to-date representation of the moved node in the FileSystemProvider. |