LogonEntList Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntList() method logs the user on to a list of entities. This overload of the method specifies the entity list as a defined list, such as the default list for the user, the list of the last entities used by the user, or the list of all entities accessible by the user or as a DataTable with a row for each entity to log the user.
| Overload | Description |
|---|---|
| LogonEntList(String,DataTable) | The LogonEntList() method logs the user on to a list of entities. This overload of the method specifies the entity list as a defined list, such as the default list for the user, the list of the last entities used by the user, or the list of all entities accessible by the user or as a DataTable with a row for each entity to log the user. |
| LogonEntList(Int32[]) | The LogonEntList() method logs the user on to a list of entities. This overload of the method logs the user on to a list of entitites by specifying the entity IDs. The user is logged on to all the entities that are specified in the list. |