SPFieldMultiLineText.DifferencingLimit property

Gets or sets the maximum number of differences that SharePoint Foundation allows between wiki page versions before it changes to a faster differencing algorithm to prevent slow page loading.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DifferencingLimit As Integer
    Get
    Set
'Usage
Dim instance As SPFieldMultiLineText
Dim value As Integer

value = instance.DifferencingLimit

instance.DifferencingLimit = value
public int DifferencingLimit { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the maximum number of differences between page versions.

See also

Reference

SPFieldMultiLineText class

SPFieldMultiLineText members

Microsoft.SharePoint namespace