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

TrimOption

public enum TrimOption
Represents the supported whitespace trip options.
Both = 3

Both leading and trailing whitespace is trimmed.

Leading = 1

Only the leading whitespace is trimmed.

None = 0

No whitespace is trimmed.

Only the trailing whitespace is trimmed.