TicketsOrderByType Parameter (Connect-FreshDesk Cmdlet)
Determines which ticket field to order by.
Syntax
Connect-FreshDesk -TicketsOrderByType string
Possible Values
None, DESC, ASCData Type
cstr
Default Value
"None"
Remarks
| DESC | Setting to DESC will add desc as the order by type to the request. |
| ASC | Setting to ASC will add asc as the order by type to the request. |