Enum NativeFileCopyMode
Specifies what to do about the native files when importing.
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public enum NativeFileCopyMode
Fields
| Name | Description |
|---|---|
| CopyFiles | Copy native files into the workspace. |
| DoNotImportNativeFiles | Import documents without their native files. |
| SetFileLinks | Link to the native files but do not copy them. |
| Unknown | Someone made a different choice in the environment, and we're not able to map it back to an enum. |