Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetProducts Method

Returns a collection of products. Each object contains a collection of terms.

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

Parameters

titleCode  String
The code for the subscription title

Return Value

InfoWebProduct
A collection of InfoWebProduct objects. If no product exist or title code is unknown, it returns null
See Also