FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deApplications..::..hasApplicationName Method

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

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

Syntax


public bool hasApplicationName(
	string sApplicationName,
	string sApplicationID
)
Public Function hasApplicationName ( _
	sApplicationName As String, _
	sApplicationID As String _
) As Boolean
public:
bool^ hasApplicationName(
	String^ sApplicationName, 
	String^ sApplicationID
)

Parameters

sApplicationName
Type: String
Name of the s application.
sApplicationID
Type: String
The s application identifier.

Return Value

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