Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns a String that represents the name of the author who deleted the text in this character run (if revision tracking was on when it was deleted -- Deleted returns true).

Signature
C#
C#

 public System.String DeletedBy{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property DeletedBy() As String
Example
Code Block
csharp
csharp
titleC#
            string deletedBy = oCharacterRun.DeletedBy;
        
Code Block
vb.net
titlevb.net
titlelanguagevb.net
            Dim deletedBy As String = oCharacterRun.DeletedBy