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.
The custom ECMAScript (JavaScript, JScript) file URL used by the CustomJsUrl web control.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property CustomJavaScriptFileUrl As String
Get
Set
'Usage
Dim instance As SPWeb
Dim value As String
value = instance.CustomJavaScriptFileUrl
instance.CustomJavaScriptFileUrl = value
public string CustomJavaScriptFileUrl { get; set; }
Property Value
Type: System.String
A String string that represents the custom ECMAScript (JavaScript, JScript) file URL.