Relativity.DataExchange.Data.TrimOption
Represents the supported whitespace trip options.
namespace Relativity.DataExchange.Data
{
public enum TrimOption
{
None,
Leading,
Trailing,
Both
}
}