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

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