FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deSFTPTrigger..::..updateSFTPTrigger Method

Updates the SFTP trigger.

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

Syntax


public bool updateSFTPTrigger(
	string sFTPTriggerID,
	string sftpConnectionID,
	int iWaitTime,
	string sWaitType,
	string sDefinitionID,
	string sVariableName,
	string sGlobalName,
	bool bEnabled
)
Public Function updateSFTPTrigger ( _
	sFTPTriggerID As String, _
	sftpConnectionID As String, _
	iWaitTime As Integer, _
	sWaitType As String, _
	sDefinitionID As String, _
	sVariableName As String, _
	sGlobalName As String, _
	bEnabled As Boolean _
) As Boolean
public:
bool^ updateSFTPTrigger(
	String^ sFTPTriggerID, 
	String^ sftpConnectionID, 
	int^ iWaitTime, 
	String^ sWaitType, 
	String^ sDefinitionID, 
	String^ sVariableName, 
	String^ sGlobalName, 
	bool^ bEnabled
)

Parameters

sFTPTriggerID
Type: String
The s FTP trigger identifier.
sftpConnectionID
Type: String
The SFTP connection identifier.
iWaitTime
Type: Int32
The i wait time.
sWaitType
Type: String
Type of the s wait.
sDefinitionID
Type: String
The s definition identifier.
sVariableName
Type: String
Name of the s variable.
sGlobalName
Type: String
Name of the s global.
bEnabled
Type: Boolean
if set to true [b enabled].

Return Value

true if XXXX, false otherwise.