Click or drag to resize

ListFoldersRequest Class

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

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

The ListFoldersRequest type exposes the following members.

Constructors
  NameDescription
Public methodListFoldersRequest
Top
Properties
  NameDescription
Public propertyPagination
Gets or sets pagination information. If null a default of 25 results starting at page 0 will be used
Public propertyParentFolderId
Gets or sets the parent folder that all results must be in. If null then no filter. If set to GUID.empty( {00000000-0000-0000-0000-000000000000} ), then returns only top level folders. GUID.empty is the same as null (no filter) when used with a searchQuery
Public propertyPublicOnly
Gets or sets a value indicating whether to only get public folders. Flag is ignored when used with searchQuery if the current user has an Administrative or Videographer role
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 propertyUnmappedOnly
Gets or sets a value indicating whether to only get unmapped folders. Flag is ignored when used with searchQuery
Public propertyWildcardSearchNameOnly
Deprecated: This flag is ignored. API currently behaves as same way as this flag was set as True in the past, even if this flag is set to False.
Top
See Also