FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..updateConfigItem Method

Update configuration item based on config key

Namespace:  FlowWright.cDevDeAPI
Assembly:  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
)
Public Function updateConfigItem ( _
	configCategory As String, _
	oldConfigKey As String, _
	newConfigKey As String, _
	configValue As String, _
	isRequired As Boolean, _
	isSystem As Boolean, _
	hasUI As Boolean, _
	isTenantMaster As Boolean, _
	displayName As String _
) As Boolean
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

Return Value