SPContentType.JSLink property

Gets or sets the JSLink for the content type custom form template

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

Syntax

'Declaration
Public Property JSLink As String
    Get
    Set
'Usage
Dim instance As SPContentType
Dim value As String

value = instance.JSLink

instance.JSLink = value
public string JSLink { get; set; }

Property value

Type: System.String

Remarks

The JSLink property is not supported on Survey or Events lists. A SharePoint calendar is an Events list.

See also

Reference

SPContentType class

SPContentType members

Microsoft.SharePoint namespace