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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property DeletedBy() As String
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#
          
string deletedBy = oCharacterRun.DeletedBy;
        
{code} {code:
Code Block
titlevb.net
|title=vb.net}
languagevb
          
Dim deletedBy As String = oCharacterRun.DeletedBy
{code} {example}