FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..hasWebHooksURLExistForEventDef Method

Determines whether web hooks the specified event definition has same webhook URL

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

Syntax


public bool hasWebHooksURLExistForEventDef(
	string eventDefID,
	string sWebHooksURL,
	string sWebHookID
)
Public Function hasWebHooksURLExistForEventDef ( _
	eventDefID As String, _
	sWebHooksURL As String, _
	sWebHookID As String _
) As Boolean
public:
bool^ hasWebHooksURLExistForEventDef(
	String^ eventDefID, 
	String^ sWebHooksURL, 
	String^ sWebHookID
)

Parameters

eventDefID
Type: String
The event definition identifier.
sWebHooksURL
Type: String
The webhook url identifier
sWebHookID
Type: String
The webhook identifier

Return Value

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