Click or drag to resize

ISessionManagementUpdateSessionsAvailabilityEndSettings Method

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

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

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 folders to update
settingType
Type: Panopto.Server.Services.PublicAPI.V46.SoapSessionEndSettingType
The type of start setting to use
endDate
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