FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..createConfigItem Method

creates a config item for a category

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createConfigItem(
	string configCategory,
	string configKey,
	string configValue,
	bool isRequired,
	bool isSystem,
	bool hasUI,
	bool isTenantMaster,
	string displayName
)
Public Function createConfigItem ( _
	configCategory As String, _
	configKey As String, _
	configValue As String, _
	isRequired As Boolean, _
	isSystem As Boolean, _
	hasUI As Boolean, _
	isTenantMaster As Boolean, _
	displayName As String _
) As Boolean
public:
bool^ createConfigItem(
	String^ configCategory, 
	String^ configKey, 
	String^ configValue, 
	bool^ isRequired, 
	bool^ isSystem, 
	bool^ hasUI, 
	bool^ isTenantMaster, 
	String^ displayName
)

Parameters

configCategory
Type: String
configKey
Type: String
configValue
Type: String
isRequired
Type: Boolean
isSystem
Type: Boolean
hasUI
Type: Boolean
isTenantMaster
Type: Boolean
displayName
Type: String

Return Value