<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

TempFileConstants

public static class TempFileConstants
Provides TempFileBuilder suffix constants.
public const string CodeLoadFileNameSuffix = "rel-code"

The code load file name suffix constant.

public const string DataGridLoadFileNameSuffix = "rel-datagrid"

The datagrid load file name suffix constant.

public const string ErrorsFileNameSuffix = "rel-errors"

The errors file name suffix constant.

public const string FullTextFileNameSuffix = "rel-full-text"

The full text file name suffix constant.

public const string IProFileNameSuffix = "rel-ipro"

The IPro file name suffix constant.

public const string LongTextFileNameSuffix = "rel-long-text"

The long text file name suffix constant.

public const string NativeLoadFileNameSuffix = "rel-native"

The native load file name suffix constant.

public const string ObjectLoadFileNameSuffix = "rel-object"

The RDO load file name suffix constant.