StrandsScriptRenderer Constructor (Page, String, StrandsScriptGenerator) |
Constructs class.
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax public StrandsScriptRenderer(
Page page,
string apiID,
StrandsScriptGenerator strandsScriptGenerator
)
Parameters
- page
- Type: System.Web.UIPage
Scripts will be rendered on this page - apiID
- Type: SystemString
API ID of the associated Strands account - strandsScriptGenerator
- Type: CMS.StrandsRecommenderStrandsScriptGenerator
This instance will be used to generate scripts rendered to the page
Exceptions See Also