Indicates a valid ArtifactID for a production set. Used in conjunction with the ForProduction property.
Namespace:
kCura.Relativity.DataReaderClientAssembly:
Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
public int ProductionArtifactID { get; set; }Public Property ProductionArtifactID As Integer
Get
Set
Property Value
Type:
Int32
If you want to load images into a specific production, set this property to the ArtifactID of a production set, and set the ForProduction property to True.
Use the GetProductionSets method to return a list of ArtifactIDs for available production sets.
Reference