Click or drag to resize

IRemoteRecorderManagementGetRemoteRecordersById Method

Looks up remote recorders based on their id.

Namespace:  Panopto.Server.Services.PublicAPI.V42.Soap
Assembly:  DataLib (in DataLib.dll) Version: 13.0.0.0 (13.0.0.00000)
Syntax
C#
IEnumerable<RemoteRecorder> GetRemoteRecordersById(
	AuthenticationInfo auth,
	IEnumerable<Guid> remoteRecorderIds
)

Parameters

auth
Type: Panopto.Server.Services.PublicAPI.V40AuthenticationInfo
Used to authenticate the current user. Can be null if an auth cookie is passed
remoteRecorderIds
Type: System.Collections.GenericIEnumerableGuid
The ids to look up

Return Value

Type: IEnumerableRemoteRecorder
The remote recorders requested
See Also