eznodeassignment
Summary
Contains information about a node assignment.Persistent
Yes.Attributes
| Attribute | Type | Description |
|---|---|---|
| id |
string |
The ID number of the node assignment. |
| remote_id |
string |
The remote ID of the node assignment. |
| contentobject_id |
string |
The ID number of the object that the node assignment belongs to. |
| contentobject_version |
string |
The version number which the node assignment belongs to. |
| parent_node |
string |
The ID number of the parent node. |
| sort_field |
string |
The ID number of the method for sorting child nodes. |
| sort_order |
string |
Either 1 (ascending) or 0 (descending). Reveals the order for sorting child nodes. |
| is_main |
string |
Either 1 or 0. 1 means that this is the main node assignment for the object. |
| from_node_id |
string |
The ID number of the original node. This attribute will only have a valid value if an existing node is moved, in which case the "parent_node_id" will reveal the new parent node. If the attribute contains "0" or "-1", it means that the node is not meant to be moved. |
| parent_remote_id |
string |
The remote ID of the parent node. |
| parent_node_obj |
object |
The parent node (as ezcontentobjecttreenode object). |
| parent_contentobject |
object |
The object (as ezcontentobject object) that is referenced by the parent node. |
| node |
object |
The actual node (as ezcontentobjecttreenode) that this assignment assigns to the object. |
| temp_node |
object |
A temporary node (as ezcontentobjecttreenode object) for the object that the version belongs to. The temporary node does not exist in the database. |
Balazs Halasy (01/03/2005 12:17 pm)
Balazs Halasy (01/04/2007 2:59 pm)
Comments
There are no comments.