UserList Event

Fired once for each user entry returned.

Syntax

class LDAPUserListEventParams {
public:
  const QString &name();
  const QString &description();
  const QString &lastLogon();
  const QString &memberOf();
  const QString &dn();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void UserList(LDAPUserListEventParams *e);
// Or, subclass LDAP and override this emitter function. virtual int FireUserList(LDAPUserListEventParams *e) {...}

Remarks

This event is fired once for each user entry returned when the ListGroupMembers method is called.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 Qt Edition - Version 20.0 [Build 8155]