ListFormWebPart.JSLink property

Gets or sets the URL that point to the .JS file that should be used to render the list form in the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property JSLink As String
    Get
    Set
'Usage
Dim instance As ListFormWebPart
Dim value As String

value = instance.JSLink

instance.JSLink = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.Shared)]
public string JSLink { get; set; }

Property value

Type: System.String
The URL that point to the .JS file.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace