<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

PageMode

public enum PageMode
Indicates the step in the page workflow in which a call to the event handler originates.
Edit = 2

Indicates the edit page mode.

List = 3

Indicates the list page mode.

Unknown = 0

Indicates that the page mode is unknown.

View = 1

Indicates the view page mode.