Click or drag to resize
StrandsSettingsIsCatalogFeedAuthenticationEnabled Method
Checks whether catalog feed protection is enabled in settings. Protection is enabled when either username or password are set.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also