FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization..::..getFileContentUsingFilePath Method

Gets the file content using file path.

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

Syntax


public byte[] getFileContentUsingFilePath(
	string filePath
)
Public Function getFileContentUsingFilePath ( _
	filePath As String _
) As Byte()
public:
array<unsigned char^>^ getFileContentUsingFilePath(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

System.Byte[].