Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetAllTitles Method

Get all titles for a customer. Use InfoWebCustomerInfo objects property InfoWebTitles and loop trough all titles. For each title use IWSubscription to get subscription info.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerInfo GetAllTitles(
	int customerNumber
)

Parameters

customerNumber  Int32
The number for the customer

Return Value

InfoWebCustomerInfo
InfoWebCustomerInfo object with all titles, and status '00' if the operation was successful. For other possibles status codes, look under Remarks.
Remarks
    See Also