FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deSyncFileRequest Constructor

Initializes a new instance of the deSyncFileRequest class.

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

Syntax


public deSyncFileRequest(
	string filePath,
	string fileContents
)
Public Sub New ( _
	filePath As String, _
	fileContents As String _
)
public:
deSyncFileRequest(
	String^ filePath, 
	String^ fileContents
)

Parameters

filePath
Type: String
The file path.
fileContents
Type: String
The file contents.