FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..getGenerateEventConfiguration Method

Gets the event configuration.

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

Syntax


public static bool getGenerateEventConfiguration(
	string connectionString,
	apiWorkflowEvents oEvent
)
Public Shared Function getGenerateEventConfiguration ( _
	connectionString As String, _
	oEvent As apiWorkflowEvents _
) As Boolean
public:
static bool^ getGenerateEventConfiguration(
	String^ connectionString, 
	apiWorkflowEvents^ oEvent
)

Parameters

connectionString
Type: String
The connection string.
oEvent
Type: FlowWright.cDevDeAPI..::..apiWorkflowEvents
The Event Name

Return Value

true if XXXX, false otherwise.