FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasWebHooks Method

Determines whether [has web hooks] [the specified event definition identifier].

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

Syntax


public bool hasWebHooks(
	string eventDefID
)
Public Function hasWebHooks ( _
	eventDefID As String _
) As Boolean
public:
bool^ hasWebHooks(
	String^ eventDefID
)

Parameters

eventDefID
Type: String
The event definition identifier.

Return Value

true if [has web hooks] [the specified event definition identifier]; otherwise, false.