SPFieldText.DifferencingLimit property

Gets or sets the maximum number of differences that SharePoint Foundation allows between wiki page versions before it changes to a quicker 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 SPFieldText
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

SPFieldText class

SPFieldText members

Microsoft.SharePoint namespace