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
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
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