The function suppression_list::SuppressionList(...) does not pass parameters so it is not possible to step through pages etc.
The method suppression_list::SuppressionSearch(...) is the same thing suppression_list::SuppressionList(...) should do.
Either suppression_list::SuppressionList(...) should be removed or it should be mapped to the suppression_list::SuppressionSearch(...) function.
Notice in the API there is no differentiation between Search and List: Suppression List API
The function
suppression_list::SuppressionList(...)does not pass parameters so it is not possible to step through pages etc.The method
suppression_list::SuppressionSearch(...)is the same thingsuppression_list::SuppressionList(...)should do.Either
suppression_list::SuppressionList(...)should be removed or it should be mapped to thesuppression_list::SuppressionSearch(...)function.Notice in the API there is no differentiation between
SearchandList: Suppression List API