Click or drag to resize
StrandsSettingsIsAutomaticCatalogUploadEnabled Method
Gets whether automatic download of catalog performed by Strands Recommender is enabled or not. If true, after setup call, Strands will automatically download XML feed. Downloading of feed is performed with frequency specified in GetAutomaticCatalogUploadFrequency(String).

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public static bool IsAutomaticCatalogUploadEnabled(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also