Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Overridable ReadOnly Property WikiLinking As Boolean
    Get
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Boolean

value = instance.WikiLinking
[ClientCallableAttribute]
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