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 opening HTML tag for the section of output from the Diff method that contains deleted text.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Property DeleteOpenTag As String
Get
Set
'Usage
Dim value As String
value = SPDiffUtility.DeleteOpenTag
SPDiffUtility.DeleteOpenTag = value
public static string DeleteOpenTag { get; set; }
Property value
Type: System.String
A string that contains the tag.