Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetStopCodes Method

Returns a collection of the title's stop codes in an on dimensional array.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebStopCode[] GetStopCodes(
	string titleCode
)

Parameters

titleCode  String
The code for the susbcription title

Return Value

InfoWebStopCode
A collection of InfoWebStopCode objects. If title is unknown or no stop codes are found, it returns null
See Also