3.1.5.18.2.1.2 GetListData

This method is a static CSOM method.

Return Type: CSOM String

Gets the JSON string containing the row data for a list that shares documents with the current user on the user's personal site.<4>

Parameters:

sortFieldName: Specifies the view field on which to sort the data in the Web Part.

Type: CSOM String

isAscendingSort: Specifies whether the data in the Web Part will be sorted in ascending order.

Type: CSOM Boolean

offset: Specifies the number of results to skip before displaying the data in the Web Part.

Type: CSOM Int32

rowLimit: Specifies the maximum number of items to be rendered in the Web Part at one time.

Type: CSOM Int32