FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormRuntime..::..removeArchivedFormInstance Method

Removes the archived Form instance.

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

Syntax


public bool removeArchivedFormInstance(
	string instanceID
)
Public Function removeArchivedFormInstance ( _
	instanceID As String _
) As Boolean
public:
bool^ removeArchivedFormInstance(
	String^ instanceID
)

Parameters

instanceID
Type: String
The instance identifier.

Return Value

true if XXXX, false otherwise.