Click or drag to resize
StrandsSettingsGetTransformationInfo Method
Gets transformation used to render XML feed.

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

Parameters

siteName
Type: SystemString
Site name where settings are checked

Return Value

Type: TransformationInfo
Exceptions
ExceptionCondition
ArgumentNullExceptionsiteName is null
StrandsExceptionTransformation code name in settings is not set
See Also