Class GlobalConfigEntry
- Namespace
- SWConfigDataClientLib.Proxies.GlobalConfig
- Assembly
- IpPbxCDSClientLib.dll
GlobalConfigEntry represents is the class for the primary configuration item GlobalConfig. The class contains properties for each item attribute.
public class GlobalConfigEntry : GlobalConfigEntryBase
- Inheritance
-
GlobalConfigEntry
- Inherited Members
Constructors
GlobalConfigEntry()
standard contructor
public GlobalConfigEntry()
Properties
FTPPasswordDecrypted
FTP Password (Decrypted)
public string FTPPasswordDecrypted { get; set; }
Property Value
SMTPPasswordDecrypted
SMTPPassword decrypted
public string SMTPPasswordDecrypted { get; set; }
Property Value
Methods
ApplyChanges(TGlobalConfig)
public void ApplyChanges(TGlobalConfig globalConfig)
Parameters
globalConfig
TGlobalConfig
ApplyChanges(TRecordingConfig)
public void ApplyChanges(TRecordingConfig globalConfig)
Parameters
globalConfig
TRecordingConfig
Update(bool)
Update data. Retrieves current user data from database or stores them into the database.
public override void Update(bool validateAndSave)
Parameters
validateAndSave
boolif false retrieves data from database. If true save data to database. If the database operation failed the entry will be reinitiated from database.
Remarks
This is a remote method.
UpdateResellerGlobalConfigEntry()
public void UpdateResellerGlobalConfigEntry()