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