Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 520 Bytes

child-entities.md

File metadata and controls

15 lines (9 loc) · 520 Bytes

Children of entities

You can find this sample in the tutorial project: MenuChild entities

Explanation

This C# basics tutorial covers how to get an entities children.

Since those children are also entities, we can retrieve their children too.

Child entities

[!Video https://www.youtube.com/embed/jf9x__cbiqI]

Code

[!code-csharpChildEntities]