ProjectsGroupableColumns
The valid fields by which projects can be grouped.
enum ProjectsGroupableColumns {
STATUS
CLIENT
MEMBERS
RESPONSIBLE
CONTACTS
PROPERTIES
TAGS
}
Values
ProjectsGroupableColumns.STATUS
Group by project status.
ProjectsGroupableColumns.CLIENT
Group by client.
ProjectsGroupableColumns.MEMBERS
Group by project members.
ProjectsGroupableColumns.RESPONSIBLE
Group by responsible members.
ProjectsGroupableColumns.CONTACTS
Group by contacts.
ProjectsGroupableColumns.PROPERTIES
Group by properties.
ProjectsGroupableColumns.TAGS
Group by tags.