FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..getFileContents Method

Gets the file contents.

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

Syntax


byte[] getFileContents(
	string filePath
)
Function getFileContents ( _
	filePath As String _
) As Byte()
array<unsigned char^>^ getFileContents(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

System.Byte[].