FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateSFTPConnection Method

Creates or updates SFTP connections

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

Syntax


public bool createUpdateSFTPConnection(
	string sftpConnectionID,
	string sftpName,
	string sftpPath,
	string sftpUserName,
	string sftpPassword,
	bool writePermission
)
Public Function createUpdateSFTPConnection ( _
	sftpConnectionID As String, _
	sftpName As String, _
	sftpPath As String, _
	sftpUserName As String, _
	sftpPassword As String, _
	writePermission As Boolean _
) As Boolean
public:
bool^ createUpdateSFTPConnection(
	String^ sftpConnectionID, 
	String^ sftpName, 
	String^ sftpPath, 
	String^ sftpUserName, 
	String^ sftpPassword, 
	bool^ writePermission
)

Parameters

sftpConnectionID
Type: String
sftpName
Type: String
sftpPath
Type: String
sftpUserName
Type: String
sftpPassword
Type: String
writePermission
Type: Boolean
Write permission value

Return Value