Click or drag to resize

productsgetCatalogProducts Method

Searches products. Calls: xct_spDSLGetCatalogProducts

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getCatalogProducts", Description = "Searches products. Calls: xct_spDSLGetCatalogProducts")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public DataSet getCatalogProducts(
	string actionType,
	string currentPageNumber,
	string pageSize,
	string catalogID,
	string productsParams,
	string productsSortBy
)

Parameters

actionType
Type: SystemString
currentPageNumber
Type: SystemString
pageSize
Type: SystemString
catalogID
Type: SystemString
productsParams
Type: SystemString
productsSortBy
Type: SystemString

Return Value

Type: DataSet
See Also