ScopeGroupSortEnum
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Was this section helpful?
1
2
3
4
5
6
7
8
9
10
11
12
enum ScopeGroupSortEnum {
ID_ASC
ID_DESC
NAME_ASC
NAME_DESC
EDITABLE_ASC
EDITABLE_DESC
CREATED_BY_ASC
CREATED_BY_DESC
ROOT_ASC
ROOT_DESC
}