The node object describes a specific Node on the tree. Extends InvFile.
Get a document file object representing the document index of this node.
Lazy loaded and cached in the object. If $refresh == true, the object will reload the document object from the database.
Get URL parth to this node.
Open a node object from its document index URL path.
The id of the open node. Can be accessed via $this->id or $this->getValue('id');
The id of the index document for the open node.
The access level for the current node.
The ID of the documenttype which should be selected by default when adding a new document to this node.
Should this node be displayed in site nav elements or not?
The id of the parent node for the open node.
The current status of this node. Published, deleted, pending, etc.