Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
'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; }
Type: System.Int32
A 32-bit integer that specifies the maximum number of differences between page versions.