LogonEntWithDialog(Boolean,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The LogonEntWithDialog() method opens the Entity Logon dialog. This overload of the method specifies that the user can use this dialog to log on to and log off of any entity that the user has permission to access and that also appears in the entity filter.
'Declaration
Public Overloads Function LogonEntWithDialog( _
ByRef bSelChanged As Boolean, _
ByVal entFilter As Object _
) As Boolean
public bool LogonEntWithDialog(
ref bool bSelChanged,
object entFilter
)
Parameters
- bSelChanged
Output. Holds a flag that, if set to true, indicates whether the selected entities were changed.
- entFilter
- Optional. Holds an array of entities used to filter the list of entities displayed in the Entity Logon dialog.
Return Value
Returns true if the user presses the OK button on the dialog, or false if the
user presses the Cancel button.