LogOnEntList Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogOnEntList() method logs the specified user within a session on to their default entities, last saved entities, or a specified list of entities.
If an entity list is being specified, this overload of the method specifies the list of entities by the list ID enumeration.
| Overload | Description |
|---|---|
| LogOnEntList(Int32,String,LogOnEntListStandardListId,Nullable<DateTime>,String) | The LogOnEntList() method logs the specified user within a session on to their default entities, last saved entities, or a specified list of entities. If an entity list is being specified, this overload of the method specifies the list of entities by the list ID enumeration. |
| LogOnEntList(Int32,String,LogOnEntity[],Nullable<DateTime>,String) | The LogOnEntList() method logs the specified user within a session on to their default entities, last saved entities, or a specified list of entities based on the list ID enumeration that is supplied. If an entity list is being specified, this overload of the method specifies the list of entities by entity list enumeration. |