FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsConfigurationSettings..::..setCategory Method

Sets the category.

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

Syntax


public bool setCategory(
	string configKey,
	string configCategory
)
Public Function setCategory ( _
	configKey As String, _
	configCategory As String _
) As Boolean
public:
bool^ setCategory(
	String^ configKey, 
	String^ configCategory
)

Parameters

configKey
Type: String
The configuration key.
configCategory
Type: String
The configuration category.

Return Value

true if XXXX, false otherwise.