Description
Returns aString
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 |