Click or drag to resize

ISessionManagementMoveSessions Method

Moves the specified sessions into the folder. The caller must have creator rights on all the sessions and also the target folder.

Namespace:  Panopto.Server.Services.PublicAPI.V40
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
void MoveSessions(
	AuthenticationInfo auth,
	IEnumerable<Guid> sessionIds,
	Guid folderId
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
sessionIds
Type: System.Collections.GenericIEnumerableGuid
The ids of the sessions to move
folderId
Type: SystemGuid
The id of the folder to move into
See Also