Click or drag to resize

ISessionManagementGetFoldersList Method

Lists all the folders the user has access to. Filtered, sorted, and paginated by the parameters in ListFoldersRequest

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
ListFoldersResponse GetFoldersList(
	AuthenticationInfo auth,
	ListFoldersRequest request,
	string searchQuery
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
request
Type: Panopto.Server.Services.PublicAPI.V40ListFoldersRequest
Specifies how to filter, sort, and paginate the response
searchQuery
Type: SystemString
The query to search by. Can be null

Return Value

Type: ListFoldersResponse
The requested folders
See Also