FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSFileStorage..::..createDFSConnector Method

Creates the DFS connector.

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

Syntax


public bool createDFSConnector(
	string sConnName,
	string sConnNameSpace,
	string sConnDllPath,
	string sConnID,
	string sParams
)
Public Function createDFSConnector ( _
	sConnName As String, _
	sConnNameSpace As String, _
	sConnDllPath As String, _
	sConnID As String, _
	sParams As String _
) As Boolean
public:
bool^ createDFSConnector(
	String^ sConnName, 
	String^ sConnNameSpace, 
	String^ sConnDllPath, 
	String^ sConnID, 
	String^ sParams
)

Parameters

sConnName
Type: String
Name of the s connection.
sConnNameSpace
Type: String
The s connection name space.
sConnDllPath
Type: String
The s connection DLL path.
sConnID
Type: String
The s connection identifier.
sParams
Type: String
The s parameters.

Return Value

true if XXXX, false otherwise.