Click or drag to resize
Infosoft Logo

InfoWebChangeGetPermanentChangesFromCallResult Method

Gets the permanent changes from call resultint.

Namespace: Infosoft.Webservices.Subscription.helpclasses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public static ArrayList GetPermanentChangesFromCallResult(
	int customerNumber,
	string titleCode,
	DateTime startDate,
	DateTime endDate,
	ChangeType changeType
)

Parameters

customerNumber  Int32
The customer number.
titleCode  String
The title code.
startDate  DateTime
The start date.
endDate  DateTime
The end date.
changeType  ChangeType
Type of the change.

Return Value

ArrayList
An array list with the retrieved permanent changes found in callresult.
See Also