FileNode.GetContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9313)
GetContent(NodeContentParameters)
Gets the content of the node. Inherited from NodeBase.
Declaration
public NodeContent GetContent(NodeContentParameters contentParameters)
Parameters
| Type | Name | Description |
|---|---|---|
| NodeContentParameters | contentParameters | Required charakteristic of the returned content. |
Returns
| Type | Description |
|---|---|
| NodeContent | Returns the content of the node. |