ProcessingProfileRef Constructor (Int32, String)

Relativity Processing Services
Initializes a new instance of the ProcessingProfileRef by using the specified Artifact ID and user-friendly name.

Namespace:  Relativity.Processing.Services
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public ProcessingProfileRef(
	int artifactID,
	string name
)

Parameters

artifactID
Type: System.Int32
The artifact id
name
Type: System.String
The name of the profile
See Also

Reference