RelatedItemsField.JSLink property

Gets the name of an external JavaScript file containing any client rendering logic for fields of this type.

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

Syntax

'Declaration
Public Overrides ReadOnly Property JSLink As String
    Get
'Usage
Dim instance As RelatedItemsField
Dim value As String

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

Property value

Type: System.String
The name of the external JavaScript file.

Remarks

This override always returns "choicebuttonfieldtemplate.js".

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

See also

Reference

RelatedItemsField class

RelatedItemsField members

Microsoft.SharePoint namespace