FieldMultiLineText.WikiLinking property
Gets a value that specifies whether an implementation specific mechanism for linking wiki pages is supported.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WikiLinking As Boolean
Get
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean
value = instance.WikiLinking
public bool WikiLinking { get; }
Property value
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. |
Remarks
It must be false if RichText is false.