DigitalCustomers.GetCustomer Method
Get All Customer Details including their last updated data, as type of CustomerData
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
index
-
int
The index of the customer.
The customer index can be found in the DataTable of the customers you retrieved, under a field called "Index."
Return Value
CustomerData
CustomerData cust = dgc.GetCustomer(0);
This language is not supported or no code example is available.
Dim cust As CustomerData = dgc.GetCustomer(0)
This language is not supported or no code example is available.
.NET Framework
Supported in: 3.5 or newer