Click or drag to resize
StrandsScriptRenderer Constructor (Page, String)
Constructs class with default Scripts Generator.

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
)

Parameters

page
Type: System.Web.UIPage
Scripts will be rendered on this page
apiID
Type: SystemString
API ID of the associated Strands account
See Also