GetSchedulableParents Method
- Last UpdatedMar 17, 2026
- 1 minute read
The GetSchedulableParents() method retrieves a list of all the parent entities of the specified entity that can schedule jobs. The specified entity is also included in the list if it is schedulable.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| GetSchedulableParents(Int32) | The GetSchedulableParents() method retrieves a list of all the parent entities of the specified entity that can schedule jobs. The specified entity is also included in the list if it is schedulable. This overload of the method uses the entity ID to specify the entity. |
| GetSchedulableParents(String,String) | The GetSchedulableParents() method retrieves a list of all the parent entities of the specified entity that can schedule jobs. The specified entity is also included in the list if it is schedulable. This overload of the method uses the entity name and site name to specify the entity. |