IP*Works! Auth V9 - Online Help
IP*Works! Auth V9
Questions / Feedback?

SearchPage Event

Fired for every page returned from a search operation.

Syntax

public void fireSearchPage(LdapSearchPageEvent event);

public class LdapSearchPageEvent {
  public int messageId;
  public String DN;
  public int resultCode;
  public String description;
  public boolean cancelSearch;
}

Remarks

This event is where the client can decide whether to continue with the Search operation or not. The signature is very similar to the SearchComplete event, with the addition of a CancelSearch parameter. If the search should be canceled (no more pages), the CancelSearch parameter should be set to true.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0