Tree.getNodeInfo (Method)
Returns a structure describing the information of a tree node.
Returns:
Tree_GetNodeInfo_Result (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
Description | PlainText_2000 | The description of the tree node. |
DisplayURL | PlainText | The display URL of the link target. |
ImageHeight | NonNegativeInteger | The height of the image, or 0 if no image. |
ImageID | ImageID_0 | The unique ID of an image or 0 for no image. |
ImageServerURL | ServerRelativeURL_EmptyString | The server URL of the image, or empty string if no image. |
ImageURL | ServerRelativeURL_EmptyString | The URL of the image, or empty string if no image. |
ImageWidth | NonNegativeInteger | The width of the image, or 0 if no image. |
ItemClass | CSSNameList_100_EmptyString | The item class of the tree node. |
NodeID | TreeNodeID | The unique ID of the tree node. |
ParentNodeID | TreeNodeID_0 | The unique ID of the parent node, or 0 if a root node. |
Position | PositiveInteger | The position of the tree node. |
Properties | Struct | A structure containing the property values for this tree node. |
State | ActiveInactive | The state of the tree node. |
TargetID | PageID_0 | The unique ID of the target page, or 0 if no target. |
TargetMouseOver | PlainText_255 | The mouse over action. |
TargetURL | PlainText | The URL of the link target. |
TargetWindowParams | LinkTargetWindowProperties_Struct | Structure of parameters for the link target window. |
Title | PlainText_NonNull_255 | The title of the tree node. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
nodeID | TreeNodeID | Required | The unique ID of the tree node. |
Context:
License Requirements | (none) |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
409 |
Notes:
None