FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFormDesign..::..updateOrCreateFormDef Method

Updates the or create form definition.

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

Syntax


public string updateOrCreateFormDef(
	string defName,
	string defContents,
	ref string formDefID
)
Public Function updateOrCreateFormDef ( _
	defName As String, _
	defContents As String, _
	ByRef formDefID As String _
) As String
public:
String^ updateOrCreateFormDef(
	String^ defName, 
	String^ defContents, 
	String^% formDefID
)

Parameters

defName
Type: String
Name of the definition.
defContents
Type: String
The definition contents.
formDefID
Type: String%
The form definition identifier.

Return Value

System.String.