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