FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization..::..removeSynchRequestUsingFilePath Method

Removes the synch request using file path.

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

Syntax


public bool removeSynchRequestUsingFilePath(
	string filePath
)
Public Function removeSynchRequestUsingFilePath ( _
	filePath As String _
) As Boolean
public:
bool^ removeSynchRequestUsingFilePath(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

true if XXXX, false otherwise.