Click or drag to resize
StrandsScriptGeneratorGetInitializationScript Method
Returns script which starts execution of the Strands library. Must be included after Strands library.

Namespace: CMS.StrandsRecommender.Web.UI
Assembly: CMS.StrandsRecommender.Web.UI (in CMS.StrandsRecommender.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string GetInitializationScript(
	string apiID
)

Parameters

apiID
Type: SystemString
API ID of the connected Strands account

Return Value

Type: String
Generated JavaScript
See Also