Back to Devexpress

RevisionCollection.Get(DocumentRange) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-revisioncollection-dot-get-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentrange-x29.md

latest1.6 KB
Original Source

RevisionCollection.Get(DocumentRange) Method

Gets revisions made in a specific document range.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
IEnumerable<Revision> Get(
    DocumentRange documentRange
)
vb
Function Get(
    documentRange As DocumentRange
) As IEnumerable(Of Revision)

Parameters

NameTypeDescription
documentRangeDocumentRange

A target document range.

|

Returns

TypeDescription
IEnumerable<Revision>

A collection of revisions made in the target range.

|

See Also

RevisionCollection Interface

RevisionCollection Members

DevExpress.XtraRichEdit.API.Native Namespace