clsConfigurationSettings..::..updateConfigItem Method
   Update configuration item based on config key
   
                
    Namespace: 
   FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool updateConfigItem( string configCategory, string oldConfigKey, string newConfigKey, string configValue, bool isRequired, bool isSystem, bool hasUI, bool isTenantMaster, string displayName )
Parameters
- configCategory
 - Type: String
 
- oldConfigKey
 - Type: String
 
- newConfigKey
 - Type: String
 
- configValue
 - Type: String
 
- isRequired
 - Type: Boolean
 
- isSystem
 - Type: Boolean
 
- hasUI
 - Type: Boolean
 
- isTenantMaster
 - Type: Boolean
 
- displayName
 - Type: String
 

