SPDiffUtility members

Provides a method and supporting properties to determine the text differences between two strings.

The SPDiffUtility type exposes the following members.

Properties

  Name Description
Public propertyStatic member ChangeCloseTag Gets or sets the closing HTML tag for the section of output from the Diff method that contains changed text.
Public propertyStatic member ChangeOpenTag Gets or sets the opening HTML tag for the section of output from the Diff method that contains changed text.
Public propertyStatic member DeleteCloseTag Gets or sets the closing HTML tag for the section of output from the Diff method that contains deleted text.
Public propertyStatic member DeleteOpenTag Gets or sets the opening HTML tag for the section of output from the Diff method that contains deleted text.
Public propertyStatic member InsertCloseTag Gets or sets the closing HTML tag for the section of output from the Diff method that contains inserted text.
Public propertyStatic member InsertOpenTag Gets or sets the opening HTML tag for the section of output from the Diff method that contains inserted text.

Top

Methods

  Name Description
Public methodStatic member Diff Determines the text differences between two strings.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDiffUtility class

Microsoft.SharePoint.Utilities namespace