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

Relativity.DataTransfer.Nodes.NodeExtensions

public static class NodeExtensions
namespace Relativity.DataTransfer.Nodes { public static class NodeExtensions { public static bool IsRoot(this INode node); public static bool IsDrive(this INode node); public static bool IsDirectory(this INode node); public static bool IsFile(this INode node); public static int CompareTo(this INode thisNode, INode otherNode); } }