Enum FieldImportBehavior
Defines the behavior of blank relational values Field on import.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum FieldImportBehavior
Fields
| Name | Description |
|---|---|
| LeaveBlankValuesUnchanged | Leave blank values unchanged. |
| None | Has no value. |
| ObjectFieldContainsArtifactId | Object field contains Artifact ID. |
| ReplaceBlankValuesWithIdentifier | Replace blank values with Identifier. |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |