Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function BuildDelayedExecutionScript ( _
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.BuildDelayedExecutionScript(strFileKey, _
strMethod, scriptSafeArgs)
public static string BuildDelayedExecutionScript(
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.