Click or drag to resize
StrandsSettingsGetWhereCondition Method
Gets WHERE condition that restricts selection of products.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: String
WHERE condition if set, empty string when setting is empty
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
See Also