FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsUIModel..::..businessObjectExists Method

Businesses the object exists.

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

Syntax


public bool businessObjectExists(
	string boName
)
Public Function businessObjectExists ( _
	boName As String _
) As Boolean
public:
bool^ businessObjectExists(
	String^ boName
)

Parameters

boName
Type: String
Name of the bo.

Return Value

true if XXXX, false otherwise.