<PackageReference Include="Relativity.Server.Utility.SDK" Version="5000.0.0" />

Helper

public class Helper
Provides static helper methods for retrieving code resources.
public Helper()

public static string RetrieveDataFromResource(string baseName, string dataName)

Gets the string associated with the specified resource of the currently executing assembly.

public static object RetrieveDataFromResourceAsObject(string baseName, string dataname)

Gets the object associated with the specified resource of the currently executing assembly.