Query the tags for a recording.

Note: This method is supported for IC Server version 2016 R3 and beyond.

Namespace: ININ.IceLib.QualityManagement
Assembly: ININ.IceLib.QualityManagement (in ININ.IceLib.QualityManagement.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public ReadOnlyCollection<string> QueryRecordingTags(
	string recordingId
)
Visual Basic
Public Function QueryRecordingTags ( _
	recordingId As String _
) As ReadOnlyCollection(Of String)

Parameters

recordingId
Type: System..::..String
The recording ID.

Return Value

A ReadOnlyCollection<(Of <(<'T>)>)> containing the tags on the recording.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionrecordingId is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionrecordingId length is zero.
ININ.IceLib.Connection..::..RequestTimeoutExceptionThe request timed out while waiting for a response.
ININ.IceLib.Connection..::..SessionDisconnectedExceptionThe Session does not have a valid connection.
System..::..ObjectDisposedExceptionThe Session has been disposed.

Version Information

Supported for IC Server version 2016 R3 and beyond.

See Also