Click or drag to resize
IncludesAddjQueryLink Method (String)
Adds the jQuery include using the jQuery global value.

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 AddjQueryLink(
	string includeName
)

Parameters

includeName
Type: SystemString
The include control to target. If not specified or found, the first include control found will be targeted.
See Also