Class GlobalRecordingConfigEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed global recording configuration
public class GlobalRecordingConfigEventArgs : CallbackEventArgs
- Inheritance
-
GlobalRecordingConfigEventArgs
- Inherited Members
Constructors
GlobalRecordingConfigEventArgs()
Initializes a new instance of the GlobalRecordingConfigEventArgs class
public GlobalRecordingConfigEventArgs()
Properties
GlobalRecordingConfig
Gets the changed global recording configuration
public TRecordingConfig GlobalRecordingConfig { get; }
Property Value
- TRecordingConfig
ModifiedProperties
Get a list with all names of modified properties
public SStringList ModifiedProperties { get; }
Property Value
Methods
ToString()
public override string ToString()