Click or drag to resize
StrandsSettingsGetCatalogFeedPassword Method
Gets password required to access Strands catalog feed page.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also