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.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntaxpublic static bool IsAutomaticCatalogUploadEnabled(
string siteName
)
Parameters
- siteName
- Type: SystemString
Site name where settings are checked
Return Value
Type:
Boolean
Exceptions
See Also