Click or drag to resize
StrandsSettingsGetCatalogFeedUsername Method
Gets username 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 GetCatalogFeedUsername(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also