FieldMultiLineText.WikiLinking - Propriété
Gets a value that specifies whether an implementation specific mechanism for linking wiki pages is supported.
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 ReadOnly Property WikiLinking As Boolean
Get
'Utilisation
Dim instance As FieldMultiLineText
Dim value As Boolean
value = instance.WikiLinking
public bool WikiLinking { get; }
Valeur de propriété
Type : System.Boolean
Returns Booleantrue if an implementation specific mechanism for linking wiki pages is supported otherwise returns false. The default value is
Exceptions
Exception | Condition |
---|---|
[System.NotSupportedException] | Value is changed, and the list is an external list. Error code: -1. |
Remarques
It must be false if RichText is false.