Click or drag to resize
StrandsScriptRenderer Constructor (Page, String, StrandsScriptGenerator)
Constructs class.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
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
ExceptionCondition
ArgumentNullExceptionpage, apiID or strandsScriptGenerator is null
See Also