Back to Devexpress

RevisionCollection Members

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-revisioncollection-dot-underscore-members.md

latest3.2 KB
Original Source

RevisionCollection Members

A collection of Revision objects.

Methods

NameDescription
AcceptAll()Accepts all revisions.
AcceptAll(SubDocument, Predicate<Revision>)Accepts all revisions that meet the specified criteria in the specific SubDocument.
AcceptAll(SubDocument)Accepts all revisions in the specific SubDocument.
AcceptAll(Predicate<Revision>)Accepts all revisions that meet the specified criteria.
Get(DocumentRange)Gets revisions made in a specific document range.
Get(SubDocument)Retrieves all revisions related to the specific document part.
GetEnumerator()Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>.
RejectAll()Rejects all revisions in a document.
RejectAll(SubDocument, Predicate<Revision>)Rejects all revisions that meet the specified criteria in the specific SubDocument.
RejectAll(SubDocument)Rejects all revisions in the specific SubDocument instance.
RejectAll(Predicate<Revision>)Rejects all revisions that meet the specified criteria.

See Also

RevisionCollection Interface

DevExpress.XtraRichEdit.API.Native Namespace