ImportBehaviorChoice
Defines constants for the well-known import behaviors, including leave blank values unchanged, replace blank values with identifier, and object field contains artifact.
namespace Relativity.DataExchange.Service
{
public enum ImportBehaviorChoice
{
LeaveBlankValuesUnchanged = 1,
ReplaceBlankValuesWithIdentifier,
ObjectFieldContainsArtifactId
}
}