Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a Boolean value that indicates whether wiki links, which appear in the form of double brackets ([[…]]), become translated to HTML links, which use the <a> tag.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Overridable ReadOnly Property WikiLinking As Boolean
Get
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean
value = instance.WikiLinking
public virtual bool WikiLinking { get; }
Type: System.Boolean
true if wiki links are translated to HTML links; otherwise, false.