Service for reverting Audits.
Namespace: Relativity.Audit.Services.Interface.Revert
Assembly: Relativity.Audit.Services.Interface (in Relativity.Audit.Services.Interface.dll) Version: 1.0.0.0
Syntax
The IAuditRevertService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | MassRevertAuditAsync |
Mass Revert given Audits.
|
![]() | RevertAuditAsync |
Revert the given Audit.
|
![]() | ValidateRevertAuditAsync |
Validate if the given Audit can be reverted or not.
|
See Also