GetEntLogonList Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntLogonList() method retrieves the entities available for control by the specified user and that are included in the specified entity list, from the Ent_Logon_List table. 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.
If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its ID.
| Overload | Description |
|---|---|
| GetEntLogonList(String,String,Nullable<Int32>) | The GetEntLogonList() method retrieves the entities available for control by the specified user and that are included in the specified entity list, from the Ent_Logon_List table. 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. If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its ID. |
| GetEntLogonList(String,String,String,String) | The GetEntLogonList() method retrieves the entities available for control by the specified user and that are included in the specified entity list, from the Ent_Logon_List table. 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. If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its name and its site name. |