ScriptLink.BuildInteractiveOnDemandScript Method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function BuildInteractiveOnDemandScript ( _
strFileKey As String, _
strMethod As String, _
ParamArray scriptSafeArgs As String() _
) As String
'Usage
Dim strFileKey As String
Dim strMethod As String
Dim scriptSafeArgs As String()
Dim returnValue As String
returnValue = ScriptLink.BuildInteractiveOnDemandScript(strFileKey, _
strMethod, scriptSafeArgs)
public static string BuildInteractiveOnDemandScript(
string strFileKey,
string strMethod,
params string[] scriptSafeArgs
)
Parameters
- strFileKey
Type: System.String
- strMethod
Type: System.String
- scriptSafeArgs
Type: []
Return Value
Type: System.String
Returns String.