FileNode.SetContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
SetContent(NodeContent)
Sets a new content of the node. Old content will be deleted! Inherited from NodeBase.
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.  |