<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

IProductionPlaceholderService

Represents the production placeholder API service.

Creates the specified production placeholder.

void Delete(int workspaceId, int entityId)

Delete the production placeholder by the specified artifact ID.

bool Exists(int workspaceId, int entityId)

Determines whether the production placeholder with the specified case artifact ID exists.

ProductionPlaceholder Get(int workspaceId, int entityId)

Gets the production placeholder by the specified ID.

Retrieve default field values for a placeholder.

void Update(int workspaceId, ProductionPlaceholder entity)

Updates the specified production placeholder.