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

ConnectionHelper

public static class ConnectionHelper
Defines and establishes a database connection based on workspace ID.
public static ICPHelper Helper()

Returns a custom page helper object which later can be used to obtain database connection, service or authentication manager instance.

public static ICPHelper Helper(int workspaceID)

Returns a custom page helper object which later can be used to obtain database connection, service or authentication manager instance.