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#
<table class="diff-macro"><thead><tr><th class="diff-macro-title">unmigrated-wiki-markup</th></tr></thead><tbody><tr><td class="diff-macro-body"><pre>
 public System.String DeletedBy{ get; }
</pre></td></tr></tbody></table>
Signature
vb.net
vb.net
Public <p>Public ReadOnly Property DeletedBy() As String</p>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