GetSchedulableParents(String,String) Method
- Last UpdatedNov 06, 2025
- 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 name and site name to specify the entity.
Parameters
- entName
- Required. Holds the name of the entity whose schedulable parent entities are being retrieved.
- siteName
- Optional. Holds the site name of the entity.
Return Value
Returns a DataSet that contains records for the schedulable parent entities that are found. If no schedulable parent entity is found, an empty DataSet is returned.
The column of the returned DataSet is described below.
|
Column Name |
Description |
|---|---|
|
ent_id |
An integer that is the entity ID, from the ent.ent_id column. |
|
ent_name |
A string that is entity name, from the Ent table. |
|
description |
A string that is entity description, from the Ent table. |
|
child_level |
An integer that is the tree level of retrieving data. |