<PackageReference Include="Relativity.API" Version="20.0.0" />

PostSaveOperationType

public enum PostSaveOperationType
Represents the type of operation a Post-save Event Handler is executing for.
Create = 1

Indicates the event handler is executing after a create operation.

Update = 0

Indicates the event handler is executing after an update operation.