NodeBase Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
NodeBase(String, NodeType, DirectoryNode, NodeTimeInfo, NodeAttributes, Boolean)
Initializes a new instance of the NodeBase
Declaration
protected NodeBase(string nodeName, NodeType nodeType, DirectoryNode parent, NodeTimeInfo nodeTimeInfo = null, NodeAttributes attributes = null, bool isRootDirectory = false)
Parameters
Type | Name | Description |
---|---|---|
String | nodeName | Name of the node. |
NodeType | nodeType | Type of the node. |
DirectoryNode | parent | Parent of the node. Only root node does not have parent. |
NodeTimeInfo | nodeTimeInfo | TimeInfo of the node |
NodeAttributes | attributes | Attributes of the node |
Boolean | isRootDirectory | true if node represents Root directory, otherwise false. |