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.
Registers the specified script file for the specified user interface (UI) version, Web page, script language, and localizable and defer values.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Sub Register ( _
page As Page, _
name As String, _
localizable As Boolean, _
defer As Boolean, _
language As String, _
uiVersion As String _
)
'Usage
Dim page As Page
Dim name As String
Dim localizable As Boolean
Dim defer As Boolean
Dim language As String
Dim uiVersion As StringScriptLink.Register(page, name, localizable, _
defer, language, uiVersion)
public static void Register(
Page page,
string name,
bool localizable,
bool defer,
string language,
string uiVersion
)
Parameters
page
Type: System.Web.UI.PageThe Web page.
name
Type: System.StringA string that contains the name of the script file.
localizable
Type: System.Booleantrue if the script can be localized; otherwise, false.
defer
Type: System.Booleantrue to defer downloading and parsing of script files, including the core.js file, until after other elements of the page are downloaded; otherwise, false.
language
Type: System.StringA string that specifies the scripting language.
uiVersion
Type: System.StringA string that contains the UI version or versions with which the script is compatible, ether a numeric string or semicolon-delimited list of numeric strings, or a null reference (Nothing in Visual Basic) if no version is specified.