Message-ID: <604003770.2307.1710830221383.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2306_1111918052.1710830221383" ------=_Part_2306_1111918052.1710830221383 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html CharacterRun.Deleted

CharacterRun.Deleted

Description

Returns a=20 boolean that represents if this character run was deleted with= revision tracking on.=20
C#
=20
public boolean Deleted{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property Deleted() As Boolean=20
=20

Examples

=20
C#
=20
          bool deleted =3D oCharacterRun.Deleted;
        
=20
vb.net
=20
          Dim deleted As Boolean =3D oCharacterRun.Deleted
        
=20
------=_Part_2306_1111918052.1710830221383--