FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSFileStorage..::..hasDFSConnectorName Method

Determines whether [has DFS connector name] [the specified s connection name].

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

Syntax


public bool hasDFSConnectorName(
	string sConnName,
	string sConnID
)
Public Function hasDFSConnectorName ( _
	sConnName As String, _
	sConnID As String _
) As Boolean
public:
bool^ hasDFSConnectorName(
	String^ sConnName, 
	String^ sConnID
)

Parameters

sConnName
Type: String
Name of the s connection.
sConnID
Type: String
The s connection identifier.

Return Value

true if [has DFS connector name] [the specified s connection name]; otherwise, false.