FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deApplications..::..hasApplicationExists Method

Determines whether [has application exists] [the specified s application name].

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

Syntax


public bool hasApplicationExists(
	string sApplicationName
)
Public Function hasApplicationExists ( _
	sApplicationName As String _
) As Boolean
public:
bool^ hasApplicationExists(
	String^ sApplicationName
)

Parameters

sApplicationName
Type: String
Name of the s application.

Return Value

true if [has application exists] [the specified s application name]; otherwise, false.