Hevea documentation

Node Properties

The properties of the Node class are listed below. For a complete list of Node class members, see the Node Members topic.

Public Static Properties

Root Gets the root node.

Public Instance Properties

Application Gets / sets the document registration in case of an applicative node?
CreateDirectoryMethod Gets / sets the delegate on the method called when creating a dynamic directory node. This delegate is optional for Dynamic nodes.
DeleteNodeMethod Gets / sets the delegate on the method called when deleting a dynamic node. This delegate is optional for Dynamic nodes.
GetNodeByNameAndParentMethod Gets / sets the delegate on the method called to get a particular dynamic child node. This delegate is mandatory for Dynamic nodes.
GetNodeChildsMethod Gets / sets the delegate on the method called to get the childrens of a dynamic node. This delegate is mandatory for Dynamic nodes.
HasChild Indicates if the node has childs.
IsDirectory Indicates if the node represents a directory.
IsReadable Gets / sets if the node is readable.
IsWriteable Gets / sets if the node is writeable.
LastModificationDate Gets / sets the last modification date (UTC).
Name Gets the node name.
Parent Gets the node parent.
Path Gets the node path.
RealPath Sets the real path of a non-virtual file.
RenameNodeMethod Gets / sets the delegate on the method called when renaming a dynamic node. This delegate is optional for Dynamic nodes.
Size Gets / sets the size (in bytes) of a file node.
Tag Gets / sets the node tag. This identifier is used for Dynamic typed node identification. The value cannot be null for Dynamic nodes.
Type Gets the node type.

See Also

Node Class | Hevea.Core.Ftp Namespace