Click or drag to resize

SessionSortField Enumeration

All the fields of a session that can be sorted by

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
public enum SessionSortField
Members
  Member nameValueDescription
Name0 The name of the session (alphabetical)
Date1 The date the session was recorded
Duration2 The length of the session
State3 The state of the session
Relevance4 Sorts the result by the relavance to the search query
Order5 Sorts the result by the custom order the user defined in the folder. This value is accepted Panopto version 5.7.0 or later. Older version interprets this as Date.
See Also