GetEntLogons Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntLogons() method retrieves entities that users are logged on to, from the Ent_Logon table.
If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its ID.
| Overload | Description |
|---|---|
| GetEntLogons(Nullable<Int32>,Nullable<Int32>,String) | The GetEntLogons() method retrieves entities that users are logged on to, from the Ent_Logon table. If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its ID. |
| GetEntLogons(Nullable<Int32>,String,String,String) | The GetEntLogons() method retrieves entities that users are logged on to, from the Ent_Logon table. If optionally filtering the results by a specific entity, this overload of the method specifies the entity by its name and its site name. |