The StrandsSettings type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
GetApiID |
Gets Strands API ID from settings or null if not specified.
| |
GetAutomaticCatalogUploadFrequency |
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.
| |
GetCatalogFeedPassword |
Gets password required to access Strands catalog feed page.
| |
GetCatalogFeedUsername |
Gets username required to access Strands catalog feed page.
| |
GetDocumentTypes |
Gets document types that will be rendered into Strands XML feed.
| |
GetPath |
Gets path to restrict documents selection.
| |
GetTransformationInfo |
Gets transformation used to render XML feed.
| |
GetValidationToken |
Gets Strands Validation token from settings or null if not specified.
| |
GetWhereCondition |
Gets WHERE condition that restricts selection of products.
| |
IsAutomaticCatalogUploadEnabled |
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).
| |
IsCatalogFeedAuthenticationEnabled |
Checks whether catalog feed protection is enabled in settings. Protection is enabled when either username or password are set.
| |
IsStrandsEnabled |
Gets boolean indicating if Strands module is enabled. Module is enabled if both API ID and Validation token are set in settings.
|
See Also