FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSFileStorage..::..hasDFSConnector Method

Determines whether [has DFS connector] [the specified DLL name space].

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

Syntax


public bool hasDFSConnector(
	string dllNameSpace,
	string dllPath
)
Public Function hasDFSConnector ( _
	dllNameSpace As String, _
	dllPath As String _
) As Boolean
public:
bool^ hasDFSConnector(
	String^ dllNameSpace, 
	String^ dllPath
)

Parameters

dllNameSpace
Type: String
The DLL name space.
dllPath
Type: String
The DLL path.

Return Value

true if [has DFS connector] [the specified DLL name space]; otherwise, false.