Click or drag to resize

ISessionManagementUpdateFolderAllowSessionDownload Method

Obsolete we no longer support the offline viewer. Updates the allow session download bit on a folder. Must be called by a creator or admin

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void UpdateFolderAllowSessionDownload(
	AuthenticationInfo auth,
	Guid folderId,
	bool allowSessionDownload
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
folderId
Type: SystemGuid
The id of the folder to update
allowSessionDownload
Type: SystemBoolean
If true then sessions can be downloaded from the folder
See Also