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.
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
Exception | Condition |
---|---|
System..::..ArgumentException | A parameter is Empty. |
Version Information
Supported for IC Server version 2016 R3 and beyond.