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

LayoutConstants

public class LayoutConstants
Provides routing information about URLs used by the Layout Manager service.
public const string BASE_SERVICE_ROUTE = "workspace/{workspaceID:int}/layouts"

The base URI path for the service.

public const string LAYOUT_ID_STRING = "layoutID"

The unique identifier for a layout used in a request.

public const string MODULE_PREFIX = "Relativity.Layouts"

The prefix used for module called during service requests.

public const string SERVICE_MODULE_NAME = "Layout Module"

The name of the module called during service requests.

public const string SERVICE_NAME = "Layout Manager"

The name of the service.

public const string SERVICE_ROUTE = "layouts"

The name of a route in the URL used in a request to the service.

public LayoutConstants()