Click or drag to resize
StrandsApiClientDoSetupCallAsync Method
The call sets up fields in Strands Recommender settings. Eg. number of products per page, frequency of catalog update, URL from which should Strands download the catalog, mapping between catalog feed elements and Strands fields etc. Most of the values are predefined and cannot be changed by user. Only exceptions are enabling/disabling of automatic download of catalog from Strands and frequency of this download.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public Task<StrandsSetupCallStatusCodeEnum> DoSetupCallAsync(
	StrandsSetupCallData data
)

Parameters

data
Type: CMS.StrandsRecommenderStrandsSetupCallData
Setup data

Return Value

Type: TaskStrandsSetupCallStatusCodeEnum
Task with result of asynchronous call
See Also