Skip to content

Commit

Permalink
add current search api sort columns
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnation committed Mar 9, 2014
1 parent c5700ec commit 6dfee4d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion BaseSpace.SDK/Types/SearchResult.cs
Expand Up @@ -53,5 +53,18 @@ public override string ToString()
}
}

public enum SearchResultSortByParameters { FileId, Name, DateCreated }
public enum SearchResultSortByParameters
{
Score,
FileId,
Project_Name,
AppResult_Name,
AppResultFile_Name,
Sample_Name,
SampleFile_Name,
Run_Name,
DateCreated,
ModifiedOn,
Uid
}
}

0 comments on commit 6dfee4d

Please sign in to comment.