Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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).
C#
public System.String DeletedBy{ get; }
vb.net
Public ReadOnly Property DeletedBy() As String

Examples

C#
string deletedBy = oCharacterRun.DeletedBy;
vb.net
Dim deletedBy As String = oCharacterRun.DeletedBy
  • No labels