NodeBase.SetContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9448)
SetContent(NodeContent)
Sets a new content of the node. Old content will be deleted!
Declaration
public NodeBase SetContent(NodeContent content)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeContent | content | New content of the node. |
Returns
| Type | Description |
|---|---|
| NodeBase | Up-to-date representation of the node in the FileSystemProvider. |