Determines whether [has business object definition] [the specified DLL name space].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
Public Function hasBusinessObjectDefinition ( _
dllNameSpace As String, _
dllPath As String _
) As Boolean
public:
bool^ hasBusinessObjectDefinition(
String^ dllNameSpace,
String^ dllPath
)
Parameters
- dllNameSpace
- Type: String
The DLL name space.
- dllPath
- Type: String
The DLL path.
Return Value
true if [has business object definition] [the specified DLL name space]; otherwise,
false.