SPDiffUtility Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
ChangeCloseTag | Gets or sets the closing HTML tag for the section of output from the Diff method that contains changed text. | |
ChangeOpenTag | Gets or sets the opening HTML tag for the section of output from the Diff method that contains changed text. | |
DeleteCloseTag | Gets or sets the closing HTML tag for the section of output from the Diff method that contains deleted text. | |
DeleteOpenTag | Gets or sets the opening HTML tag for the section of output from the Diff method that contains deleted text. | |
InsertCloseTag | Gets or sets the closing HTML tag for the section of output from the Diff method that contains inserted text. | |
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 | |
---|---|---|
Diff | Determines the text differences between two strings. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top