GetRunnableEntities(String,String) 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 name and site name to identify the entity.
Parameters
- entName
- Required. Holds the name of the entity whose descendants that are runnable entities are being retrieved.
- siteName
- Optional. Holds the site name of the entity.
Return Value
Returns a DataSet that contains a record for each runnable descendant entity of the specified entity, and the specified entity if it is runnable. If no entities are runnable, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
ent_id |
An integer that is the ID of the entity, from the Ent table. |
|
ent_name |
A string that is the name of the entity, from the Ent table. |