FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIDFSStorageConnector..::..updateFileUsingID Method

Updates the file using identifier.

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

Syntax


bool updateFileUsingID(
	string fileID,
	byte[] oFileContents
)
Function updateFileUsingID ( _
	fileID As String, _
	oFileContents As Byte() _
) As Boolean
bool^ updateFileUsingID(
	String^ fileID, 
	array<unsigned char^>^ oFileContents
)

Parameters

fileID
Type: String
The file identifier.
oFileContents
Type: array<Byte>[]()[][]
The o file contents.

Return Value

true if XXXX, false otherwise.