FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization..::..isRequestFileContentEquals Method

Requests the file contents equals.

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

Syntax


public bool isRequestFileContentEquals(
	string sourceFileContent,
	string targetFilePath
)
Public Function isRequestFileContentEquals ( _
	sourceFileContent As String, _
	targetFilePath As String _
) As Boolean
public:
bool^ isRequestFileContentEquals(
	String^ sourceFileContent, 
	String^ targetFilePath
)

Parameters

sourceFileContent
Type: String
Content of the source file.
targetFilePath
Type: String
The target file path.

Return Value

true if XXXX, false otherwise.