Provides information about the revision of a document element, including details such as the revision state and associated user.
Definition
Namespace:Telerik.Windows.Documents.Model.Revisions
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class DocumentElementRevisionInfo
Inheritance: objectDocumentElementRevisionInfo
Constructors
public DocumentElementRevisionInfo()
Properties
Gets a value indicating whether the document element is marked as deleted.
[XamlSerializable]
public bool IsDeleted { get; set; }
Gets a value indicating whether the document element has been inserted in the document.
[XamlSerializable]
public bool IsInserted { get; set; }
true if the document element is inserted; otherwise, false.
Gets information about the revision of the document element, including details such as the revision ID, timestamp, and the user who made the revision.
[XamlCompositePropertySerializable]
public RevisionInfo RevisionInfo { get; set; }
Methods
Creates a deep copy of the current DocumentElementRevisionInfo instance.
public DocumentElementRevisionInfo CreateDeepCopy()
A new instance of DocumentElementRevisionInfo that is a deep copy of the original.