Click or drag to resize

ISessionManagementGetSessionsAvailabilitySettings Method

Gets the start and end type and time for the sessions’ availability settings Note: API caller must have system-level admin access or must have creator or publisher access to each folder containing each session referenced in sessionIds

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
SessionsWithAvailabilitySettings GetSessionsAvailabilitySettings(
	AuthenticationInfo auth,
	IEnumerable<Guid> sessionIds
)

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 set of sessions to get settings for

Return Value

Type: SessionsWithAvailabilitySettings
See Also