RingCentral .Net SDK
Properties | List of all members
RingCentral.OrderBy Class Reference

Properties

long? index [get, set]
 Sorting priority index, starting from '1'. Optional if only one element in orderBy array is specified Format: int32 Example: 1 Default: 1 More...
 
string fieldName [get, set]
 Field name by which to sort the contacts Example: department Enum: firstName, lastName, extensionNumber, phoneNumber, email, jobTitle, department More...
 
string direction [get, set]
 Sorting direction Example: Asc Default: Asc Enum: Asc, Desc More...
 

Property Documentation

◆ direction

string RingCentral.OrderBy.direction
getset

Sorting direction Example: Asc Default: Asc Enum: Asc, Desc

◆ fieldName

string RingCentral.OrderBy.fieldName
getset

Field name by which to sort the contacts Example: department Enum: firstName, lastName, extensionNumber, phoneNumber, email, jobTitle, department

◆ index

long? RingCentral.OrderBy.index
getset

Sorting priority index, starting from '1'. Optional if only one element in orderBy array is specified Format: int32 Example: 1 Default: 1


The documentation for this class was generated from the following file: