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