Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSadlerUK committed Oct 1, 2021
2 parents 7609bfa + b529d56 commit dfb1cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The following properties are available in the `UmbNavItem` class:

| Property | Type | Description |
|-------------------|-------------------|-------------|
| *Id* | *Int* | **OBSOLETE! USE KEY OR UDI INSTEAD, THIS IS HERE PURELY FOR LEGACY SUPPORT.** *The node ID of the selected content item. For external linking nav items this will be "0"* |
| *Id* | *Int* | **OBSOLETE! USE KEY OR UDI INSTEAD, THIS IS HERE PURELY FOR LEGACY SUPPORT.** *The node ID of the selected content item. For null or external linking nav items this will be "0"* |
| Udi | GuidUdi | The node UDI of the selected content item. For external linking nav items this will be null |
| Key | Guid | The node Key of the selected content item. For external linking nav items this will be 00000000-0000-0000-0000-000000000000 |
| Title | String | The link title, often the node name |
Expand Down

0 comments on commit dfb1cc2

Please sign in to comment.