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