LogonEntList(Int32[]) 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 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.
'Declaration
Public Overloads Sub LogonEntList( _
ByVal arrayEntIds() As Integer _
)
public void LogonEntList(
int[] arrayEntIds
)
Parameters
- arrayEntIds
Required. Holds an array of the entity IDs on which to log the user.