ReadWriteFileSystemProvider.SaveContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9147)
SaveContent(NodeBase, NodeContent)
Override this method to implement a save content functionality for File
By default, this method is only called for files (instances of the class File
If the instance of the Node
When the virtual file system is used in the FileServer component, the server session, which contains information about the user and the active connection, can be accessed using Current property.
Declaration
protected abstract NodeBase SaveContent(NodeBase node, NodeContent content)
Parameters
Type | Name | Description |
---|---|---|
Node |
node | To be updated node. |
Node |
content | New content for the |
Returns
Type | Description |
---|---|
Node |
Up-to-date instance of Directory |