GetEntList Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntList() method retrieves a list of entities available for control by this user. The list can be all the entities to which the user has access, all the entities in the user's default list, or all the entities last used by the user.
Parameters
- listId
Required. Holds a string used to filter the list of entities. If an empty string is passed, all the entities are returned in the dataset with an indication in the access column to indicate those entities to which the user has access. If the string is "Default", the default entities for the user are returned. If the string is "Last Used", the entities last used by the user are returned.
Return Value
Returns a DataSet of entities as filtered by the listId parameter.