<PackageReference Include="Relativity.Server.Transfer.SDK" Version="25000.0.6" />

Relativity.Transfer.Enumeration.Native.NativeConst

sealed class NativeConst
namespace Relativity.Transfer.Enumeration.Native { internal sealed class NativeConst { public const int ERROR_SUCCESS = 0; public const int PATH_ELEMENT_NOT_FOUND = 3; public const int ERROR_ACCESS_DENIED = 5; public const int ERROR_NO_MORE_FILES = 18; public NativeConst(); } }