FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFTPTrigger..::..updateFTPTrigger Method

Updates the FTP trigger.

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

Syntax


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

Parameters

sFTPTriggerID
Type: String
The s FTP trigger identifier.
ftpConnectionID
Type: String
Name of the s user.
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.