StrandsScriptRendererRenderCustomizedRendererScript Method |
Renders script from custom layout of recommendation template.
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax 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 See Also