FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormAttachment..::..saveAs Method

Saves as.

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

Syntax


public bool saveAs(
	string filePath
)
Public Function saveAs ( _
	filePath As String _
) As Boolean
public:
bool^ saveAs(
	String^ filePath
)

Parameters

filePath
Type: String
The file path.

Return Value

true if XXXX, false otherwise.