IRevisionCriteria

IRevisionCriteria interface

Implement this interface if you want to control when certain Revision should be accepted/rejected or not by the Accept/Reject methods.

public interface IRevisionCriteria

Methods

NameDescription
IsMatch(Revision)Checks whether or not specified revision matches criteria.

See Also