Click or drag to resize

ISessionManagementUpdateSessionsAvailabilityStartSettings Method

Updates the start 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 If publisher approval is _not_ required, admins and creators may may update the start settings. Users with publisher roles may not change the settings unless they also have creator access to these sessions. However, if publisher approval _is_ required for this session’s folder, admins and publishers can change this setting while creators may not.

Namespace:  Panopto.Server.Services.PublicAPI.V46.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
bool UpdateSessionsAvailabilityStartSettings(
	AuthenticationInfo auth,
	IEnumerable<Guid> sessionIds,
	SessionStartSettingType settingType,
	Nullable<DateTime> startDate
)

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 update
settingType
Type: Panopto.Server.Services.PublicAPI.V46.SoapSessionStartSettingType
The type of start setting to use
startDate
Type: SystemNullableDateTime
The date to make this folder available, in UTC. Used with settingType SpecificDate. Optional: Can be null

Return Value

Type: Boolean
Success if the settings are updated
See Also