mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 10:09:24 +00:00
10 lines
127 B
C#
10 lines
127 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum SearchSortField
|
|
{
|
|
Relevance,
|
|
Title,
|
|
LastModified
|
|
}
|
|
}
|