SPFieldMultiLineText.WikiLinking property

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)

Syntax

'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; }

Property value

Type: System.Boolean
true if wiki links are translated to HTML links; otherwise, false.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace