NodeBase.GetContent Method
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
GetContent(NodeContentParameters)
Gets the content of the node.
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. |