Click or drag to resize

FormSubmittedDataObjectCreate Method (String, String, Object)

Use this method to construct Data Source Object for update

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public static FormSubmittedDataObject Create(
	string name,
	string id,
	Object data
)

Parameters

name
Type: SystemString
Name of the Workflow Data Source
id
Type: SystemString
Id of the editing data object
data
Type: SystemObject
Submitted data

Return Value

Type: FormSubmittedDataObject
Form submitted data object.
See Also