FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDFSSynchronization..::..createUpdateFileSynchRequest Method

Creates the synch request.

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

Syntax


public bool createUpdateFileSynchRequest(
	string filePath,
	string fileName,
	byte[] fileContent,
	DFSFileType fileType,
	string serverName,
	out string fileID
)
Public Function createUpdateFileSynchRequest ( _
	filePath As String, _
	fileName As String, _
	fileContent As Byte(), _
	fileType As DFSFileType, _
	serverName As String, _
	<OutAttribute> ByRef fileID As String _
) As Boolean
public:
bool^ createUpdateFileSynchRequest(
	String^ filePath, 
	String^ fileName, 
	array<unsigned char^>^ fileContent, 
	DFSFileType^ fileType, 
	String^ serverName, 
	[OutAttribute] String^% fileID
)

Parameters

filePath
Type: String
The file path.
fileName
Type: String
Name of the file.
fileContent
Type: array<Byte>[]()[][]
Content of the file.
fileType
Type: FlowWright.cDevDeAPI..::..DFSFileType
Type of the file.
serverName
Type: String
Name of the server.
fileID
Type: String%
The file identifier.

Return Value

true if XXXX, false otherwise.