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

Namespace: CMS.StrandsRecommender.Web.UI
Assembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 10.0.0
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.StrandsRecommender.Web.UIStrandsScriptGenerator
This instance will be used to generate scripts rendered to the page
Exceptions
ExceptionCondition
ArgumentNullExceptionpage, apiID or strandsScriptGenerator is null
See Also