FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..removeFormDefinition Method

Removes the form definition.

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

Syntax


public bool removeFormDefinition(
	string sFormDefID,
	bool removeFormInstances
)
Public Function removeFormDefinition ( _
	sFormDefID As String, _
	removeFormInstances As Boolean _
) As Boolean
public:
bool^ removeFormDefinition(
	String^ sFormDefID, 
	bool^ removeFormInstances
)

Parameters

sFormDefID
Type: String
The s form definition identifier.
removeFormInstances
Type: Boolean
if set to true [remove form instances].

Return Value

true if XXXX, false otherwise.