FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus..::..getEventCategoryName Method

Gets the name of the event category.

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

Syntax


public string getEventCategoryName(
	string eventDefID
)
Public Function getEventCategoryName ( _
	eventDefID As String _
) As String
public:
String^ getEventCategoryName(
	String^ eventDefID
)

Parameters

eventDefID
Type: String
The event definition identifier.

Return Value

System.String.