Click or drag to resize
StrandsScriptRendererRenderCustomizedRendererScript Method
Renders script from custom layout of recommendation template.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public void RenderCustomizedRendererScript(
	TransformationInfo transformation,
	string templateID,
	string placementID
)

Parameters

transformation
Type: CMS.PortalEngineTransformationInfo
Transformation provided by webpart settings. JQuery type is required
templateID
Type: SystemString
ID of Strands template to be customized
placementID
Type: SystemString
Client ID of element, where the template should be placed. Should by ID of 'Strands div' by default
Exceptions
ExceptionCondition
ArgumentNullExceptiontransformation, templateID or placementID is null
ArgumentExceptionType of transformation is not jQuery
See Also