FieldCategory
namespace Relativity.DataExchange.Service
{
public enum FieldCategory
{
Generic,
FullText,
Identifier,
Reflected,
Comments,
Relational,
ProductionMarker,
AutoCreate,
FileSize,
FolderName,
FileInfo,
ParentArtifact,
MarkupSetMarker,
GenericSystem,
MultiReflected,
Batch
}
}