Field.JSLink - Propriété
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.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property JSLink As String
Get
Set
'Utilisation
Dim instance As Field
Dim value As String
value = instance.JSLink
instance.JSLink = value
public string JSLink { get; set; }
Valeur de propriété
Type : System.String
The name of the file.
Remarques
For example, in many of the built-in classes that derive from this one, JSLink defaults to "clienttemplates.js".
La propriété JSLink n’est pas prise en charge sur la liste d’enquête ou d’événements. Un calendrier SharePoint correspond à une liste d’événements.