IncludesAddInlineScript Method (String, Int32) |
Adds an in-line script block.
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 AddInlineScript(
string script,
int orderIndex
)
Public Shared Sub AddInlineScript (
script As String,
orderIndex As Integer
)
public:
static void AddInlineScript(
String^ script,
int orderIndex
)
static member AddInlineScript :
script : string *
orderIndex : int -> unit
Parameters
- script
- Type: SystemString
The content to add. - orderIndex
- Type: SystemInt32
The order in which the include is included.
See Also