Skip to content

Commit

Permalink
change search sort field from id to fileid
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnation committed Mar 9, 2014
1 parent 5adac4c commit c5700ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseSpace.SDK/Types/SearchResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ public override string ToString()
}
}

public enum SearchResultSortByParameters { Id, Name, DateCreated }
public enum SearchResultSortByParameters { FileId, Name, DateCreated }
}

0 comments on commit c5700ec

Please sign in to comment.