GetCustomersInfoEx

Description

Retrieves information about a set of customers.

Note that to call this function, you must:

  • Set the AdminEncryptionKey

IQlmCustomerInfo [] GetCustomersInfoEx (string webServiceUrl, string fieldName, 
                                        string fieldOperator, string fieldValue)

Parameters

Example

IQlmCustomerInfo[] customers = license.GetCustomersInfo (webServiceUrl, 
                                                         "email", "=", 
                                                         "'customer@mail.com'");

Last updated