Свойство Field.JSLink
When implemented in a derived class, gets or sets the name of an external JavaScript file that contains any client rendering logic for fields of the derived type.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property JSLink As String
Get
Set
'Применение
Dim instance As Field
Dim value As String
value = instance.JSLink
instance.JSLink = value
public string JSLink { get; set; }
Значение свойства
Тип: System.String
The name of the file.
Замечания
For example, in many of the built-in classes that derive from this one, JSLink defaults to "clienttemplates.js".
Свойство JSLink не поддерживается в списках Survey или Events. Календарь SharePoint представляет собой список Events.