Determines whether [has event definition] [the specified bo name].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool hasEventDefinitionName(
string sEventDefinitionName,
string sEventDefID
)
Public Function hasEventDefinitionName ( _
sEventDefinitionName As String, _
sEventDefID As String _
) As Boolean
public:
bool^ hasEventDefinitionName(
String^ sEventDefinitionName,
String^ sEventDefID
)
Parameters
- sEventDefinitionName
- Type: String
Name of the event name.
- sEventDefID
- Type: String
The s event identifier.
Return Value
true if [has event definition] [the specified event name]; otherwise,
false.