SPDiffUtility.InsertOpenTag property

Gets or sets the opening HTML tag for the section of output from the Diff method that contains inserted text.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Property InsertOpenTag As String
    Get
    Set
'Usage
Dim value As String

value = SPDiffUtility.InsertOpenTag

SPDiffUtility.InsertOpenTag = value
public static string InsertOpenTag { get; set; }

Property value

Type: System.String
A string that contains the tag.

See also

Reference

SPDiffUtility class

SPDiffUtility members

Microsoft.SharePoint.Utilities namespace