FieldMultiLineText.WikiLinking Property

Gets a value that specifies whether an implementation specific mechanism for linking wiki pages is supported.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property WikiLinking As Boolean
    Get
'Usage
Dim instance As FieldMultiLineText
Dim value As Boolean

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

See Also

Reference

FieldMultiLineText Class

FieldMultiLineText Members

Microsoft.SharePoint.Client Namespace