GetRunnableEntities Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetRunnableEntities() method retrieves a list of runnable entities that are descendants of a specified entity. If the specified entity is a runnable entity, it is also included in the returned list.
This overload of the method uses the entity ID to identify the entity.
| Overload | Description |
|---|---|
| GetRunnableEntities(Int32) | The GetRunnableEntities() method retrieves a list of runnable entities that are descendants of a specified entity. If the specified entity is a runnable entity, it is also included in the returned list. This overload of the method uses the entity ID to identify the entity. |
| GetRunnableEntities(String,String) | The GetRunnableEntities() method retrieves a list of runnable entities that are descendants of a specified entity. If the specified entity is a runnable entity, it is also included in the returned list. This overload of the method uses the entity name and site name to identify the entity. |