Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetProducts2 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[] GetProducts2(
	string titleCode,
	bool filterOnWebVisibleProducts
)

Parameters

titleCode  String
The code for the subscription title
filterOnWebVisibleProducts  Boolean
If true only web visible products will be added to the list

Return Value

InfoWebProduct
A collection of InfoWebProduct objects
See Also