RevisionCollection.AcceptAll Method
| Name | Parameters | Description |
|---|---|---|
| AcceptAll() | none | Accepts all revisions. |
| AcceptAll(SubDocument, Predicate<Revision>) | subDocument, predicate | Accepts all revisions that meet the specified criteria in the specific SubDocument. |
| AcceptAll(SubDocument) | subDocument | Accepts all revisions in the specific SubDocument. |
| AcceptAll(Predicate<Revision>) | predicate | Accepts all revisions that meet the specified criteria. |