The properties of the Node class are listed below. For a complete list of Node class members, see the Node Members topic.
![]() ![]() | Gets the root node. |
![]() | Gets / sets the document registration in case of an applicative node? |
![]() | Gets / sets the delegate on the method called when creating a dynamic directory node. This delegate is optional for Dynamic nodes. |
![]() | Gets / sets the delegate on the method called when deleting a dynamic node. This delegate is optional for Dynamic nodes. |
![]() | Gets / sets the delegate on the method called to get a particular dynamic child node. This delegate is mandatory for Dynamic nodes. |
![]() | Gets / sets the delegate on the method called to get the childrens of a dynamic node. This delegate is mandatory for Dynamic nodes. |
![]() | Indicates if the node has childs. |
![]() | Indicates if the node represents a directory. |
![]() | Gets / sets if the node is readable. |
![]() | Gets / sets if the node is writeable. |
![]() | Gets / sets the last modification date (UTC). |
![]() | Gets the node name. |
![]() | Gets the node parent. |
![]() | Gets the node path. |
![]() | Sets the real path of a non-virtual file. |
![]() | Gets / sets the delegate on the method called when renaming a dynamic node. This delegate is optional for Dynamic nodes. |
![]() | Gets / sets the size (in bytes) of a file node. |
![]() | Gets / sets the node tag. This identifier is used for Dynamic typed node identification. The value cannot be null for Dynamic nodes. |
![]() | Gets the node type. |
Node Class | Hevea.Core.Ftp Namespace