Initializes a new instance of the RecordingSnippetCreatedEventArgs class with the specified values.

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

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

Syntax

C#
public RecordingSnippetCreatedEventArgs(
	Guid recordingSnippetId
)
Visual Basic
Public Sub New ( _
	recordingSnippetId As Guid _
)

Parameters

recordingSnippetId
Type: System..::..Guid
The recording snippet ID.

Exceptions

ExceptionCondition
System..::..ArgumentExceptionA parameter is Empty.

Version Information

Supported for IC Server version 2016 R3 and beyond.

See Also