Click or drag to resize

ListSessionsRequest Class

Parameters used to filter, sort, and paginate a list sessions request
Inheritance Hierarchy
SystemObject
  Panopto.Server.Services.PublicAPI.V40ListSessionsRequest

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public class ListSessionsRequest

The ListSessionsRequest type exposes the following members.

Constructors
  NameDescription
Public methodListSessionsRequest
Top
Properties
  NameDescription
Public propertyEndDate
Gets or sets the time that all results must have been recorded before.
Public propertyFolderId
Gets or sets the folder that all the results must be in. If null sessions from all folders will be returned
Public propertyPagination
Gets or sets pagination information. If null a default of 25 results starting at page 0 will be used
Public propertyRemoteRecorderId
Gets or sets the remote recorder that all the results must have been recorded by. If null then the results will not be filtered
Public propertySortBy
Gets or sets the field to sort the results by
Public propertySortIncreasing
Gets or sets a value indicating whether the results should be sorted increasing
Public propertyStartDate
Gets or sets the time that all results must have been recorded after.
Public propertyStates
Gets or sets an enumeration of the different states to include in the response.
Top
See Also