Click or drag to resize
IncludesAddInlineScript Method (String, String, Int32)
Adds an in-line script block.

Namespace: ConnectedApps.Cms.Sdk.UI.Web
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void AddInlineScript(
	string script,
	string includeName,
	int orderIndex
)

Parameters

script
Type: SystemString
The content to add.
includeName
Type: SystemString
The include control to target. If not specified or found, the first include control found will be targeted.
orderIndex
Type: SystemInt32
The order in which the include is included.
See Also