GetSchedulableEntity Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetSchedulableEntity() method retrieves an entity that can schedule a job, based on a specified entity. The method checks the specified entity and then that entity's parent entities until it finds a schedulable entity.
This overload of the method uses the entity ID to specify the entity.
| Overload | Description |
|---|---|
| GetSchedulableEntity(Int32) | The GetSchedulableEntity() method retrieves an entity that can schedule a job, based on a specified entity. The method checks the specified entity and then that entity's parent entities until it finds a schedulable entity. This overload of the method uses the entity ID to specify the entity. |
| GetSchedulableEntity(String,String) | The GetSchedulableEntity() method retrieves an entity that can schedule a job, based on a specified entity. The method checks the specified entity and then that entity's parent entities until it finds a schedulable entity. This overload of the method uses the entity name and site name to specify the entity. |