Skip to main content
All docs
V25.1
  • RevisionCollection Methods

    A collection of Revision objects.
    Name Description
    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