Click or drag to resize

ISessionManagementUpdateFoldersAvailabilityEndSettings Method

Updates the end type and time for the folders’ availability settings Note: API caller must have system-level admin access or must have creator access to each folder referenced in folderIDs 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 UpdateFoldersAvailabilityEndSettings(
	AuthenticationInfo auth,
	IEnumerable<Guid> folderIds,
	FolderEndSettingType settingType,
	Nullable<DateTime> endDate,
	bool overrideSessionsSettings
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
folderIds
Type: System.Collections.GenericIEnumerableGuid
The set of folders to update
settingType
Type: Panopto.Server.Services.PublicAPI.V46.SoapFolderEndSettingType
The type of start setting to use
endDate
Type: SystemNullableDateTime
overrideSessionsSettings
Type: SystemBoolean
When applying this change, should we override the availability settings for the sessions in the folder

Return Value

Type: Boolean
Success if the settings are updated
See Also