IncludesAddjQueryLink Method (String) |
Adds the jQuery include using the jQuery global value.
Namespace: ConnectedApps.Cms.Sdk.UI.WebAssembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AddjQueryLink(
string includeName
)
Public Shared Sub AddjQueryLink (
includeName As String
)
public:
static void AddjQueryLink(
String^ includeName
)
static member AddjQueryLink :
includeName : string -> unit
Parameters
- includeName
- Type: SystemString
The include control to target. If not specified or found, the first include control found will be targeted.
See Also