Click or drag to resize
StrandsSettingsGetAutomaticCatalogUploadFrequency Method
Gets frequency of automatic download performed by Strands Recommender of catalog. Usable only when IsAutomaticCatalogUploadEnabled(String) is true, specifies frequency with which is catalog automatically updated.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also