IRevisionCriteria
Overview
IRevisionCriteria is a interface in Aspose.Words FOSS for .NET.
Implement this interface if you want to control when certain Revision should be accepted/rejected or not by the Accept/Reject methods.
This interface provides 1 method for working with IRevisionCriteria objects in .NET programs.
Available methods include: IsMatch.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Methods
| Signature | Description |
|---|---|
IsMatch(revision: Revision) | Checks whether or not specified revision matches criteria. |