Click or drag to resize
StrandsSettings Class
Methods for accessing Strands Recommender settings.
Inheritance Hierarchy
SystemObject
  CMS.StrandsRecommenderStrandsSettings

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 9.0.0
Syntax
C#
public static class StrandsSettings

The StrandsSettings type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetApiID
Gets Strands API ID from settings or null if not specified.
Public methodStatic memberGetAutomaticCatalogUploadFrequency
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.
Public methodStatic memberGetCatalogFeedPassword
Gets password required to access Strands catalog feed page.
Public methodStatic memberGetCatalogFeedUsername
Gets username required to access Strands catalog feed page.
Public methodStatic memberGetDocumentTypes
Gets document types that will be rendered into Strands XML feed.
Public methodStatic memberGetPath
Gets path to restrict documents selection.
Public methodStatic memberGetTransformationInfo
Gets transformation used to render XML feed.
Public methodStatic memberGetValidationToken
Gets Strands Validation token from settings or null if not specified.
Public methodStatic memberGetWhereCondition
Gets WHERE condition that restricts selection of products.
Public methodStatic memberIsAutomaticCatalogUploadEnabled
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).
Public methodStatic memberIsCatalogFeedAuthenticationEnabled
Checks whether catalog feed protection is enabled in settings. Protection is enabled when either username or password are set.
Public methodStatic memberIsStrandsEnabled
Gets boolean indicating if Strands module is enabled. Module is enabled if both API ID and Validation token are set in settings.
Top
See Also