StrandsScriptRendererRenderCustomizedRendererScript Method |
Renders script from custom layout of recommendation template.
Namespace: CMS.StrandsRecommender.Web.UIAssembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 12.0.0
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