SPDiffUtility.ChangeOpenTag Property
Gets or sets the opening HTML tag for the section of output from the Diff method that contains changed text.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.StaticSetter)> _
Public Shared Property ChangeOpenTag As String
Get
Set
'Usage
Dim value As String
value = SPDiffUtility.ChangeOpenTag
SPDiffUtility.ChangeOpenTag = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.StaticSetter)]
public static string ChangeOpenTag { get; set; }
Property Value
Type: System.String
A string that contains the tag.